diff --git a/README.md b/README.md index 803c91d..d48491d 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,17 @@ BOUNTY: * implement UnrolledSinglyLinkedList, UnrolledDoubleLinkedList +1200 each * implement VList +1600 -* implement Skiplist +3600 +* implement Skiplist +4000 * implement HashFunction +300 each -* implement ChainingHashtable +1500 for each type (Linked Bucket, BST Bucket, Array Bucket) +* implement ChainingHashtable +1600 for each type (Linked Bucket, BST Bucket, Array Bucket) * implement ClosedHashtable +1200 for each CollisionFunction * implement ArrayHash +1500 for string value * implement HashArrayTree +1200 -* implement ArrayBinaryTree, LinkBinaryTree, ArrayBST +1800 each (with BFS printing) -* implement AVLTree +2500, RBTree +3000, SplayTree +2000, ArrayAVL, ArrayRB, ArraySplay +4000 +* implement ArrayBinaryTree, LinkBinaryTree, ArrayBST +1900 each (with BFS printing) +* implement AVLTree +2500, RBTree +3400, SplayTree +2000, ArrayAVL, ArrayRB, ArraySplay +4000 * implement SliceHeap +900, BSTHeap +600 -* implement Trie +3500, CompressedTrie +5500, BurstTrie +8000, HATTrie +12500 -* implement Non-recursive Inplace MergeSort +1500, etc, that allow Less interface -* implement BinarySearch, JumpSearch, InterpolationSearch +400 that Allow Less, Equal interface +* implement Trie +3600, CompressedTrie +5500, BurstTrie +8000, HATTrie +12500 +* implement Non-recursive Inplace MergeSort +1800, other sorting algorithms, that allow Less/Equal/Swap/Len interface +* implement BinarySearch, JumpSearch, InterpolationSearch +400 that Allow Less/Equal interface * implement R-Tree +5000, k-d Tree +8000 (using reflection) * implement any other data structure or algorithm (bounty may vary, contact me for details)