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 12, 2013
1 parent d7de929 commit 1f92a41
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 @@ -4,7 +4,7 @@ Data Structures and Utilities
* [AVL Tree] (#avl-tree) - Sorted Map backed by AVL Tree
* [Priority Queue] (#priority-queue) - Priority Queue based on a Binary Heap
* [Delay Queue] (#delay-queue) - Queue of 'Delayed' items, item can only be taken when its delay has expired.
* [Linked Deque] (#linked-deque) - A (optionally) capactity constrained dequeue based on linked nodes
* [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)
* [Multi Way Trie] (#rwaytrie) - Map optimized for prefix searching on String keys
Expand Down

0 comments on commit 1f92a41

Please sign in to comment.