Skip to content

Commit

Permalink
updated bounty
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed Dec 11, 2014
1 parent e28a889 commit 9333a38
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9333a38

Please sign in to comment.