Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monmohan committed Oct 13, 2013
1 parent 7f00cf0 commit bc40621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Data Structures and Utilities
* [Delay Queue] (#delay-queue) - Queue of 'Delayed' items, item can only be taken when its delay has expired.
* [Linked Deque] (#linked-deque) - An optionally capactity constrained deque based on linked nodes
* [Skip List] (#skip-list) - Sorted Map backed by Skip List
* [BTree] (#btree)
* [BTree] (#btree) - Self balancing generalized Search Tree
* [Multi Way Trie] (#rwaytrie) - Map optimized for prefix searching on String keys
* [Ternary Search Trie] (#tstrie) - Map optimized for prefix searching on String keys
* [MultiMap] (#multi-map) - Map supporting multiple values for a key
Expand Down

0 comments on commit bc40621

Please sign in to comment.