File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ This is a collection of algorithms and data structures which I've implement over
58
58
* [ Splay Tree] ( src/com/jwetherell/algorithms/data_structures/SplayTree.java )
59
59
* [ Stack [ backed by an array or a linked list]] ( src/com/jwetherell/algorithms/data_structures/Stack.java )
60
60
* [ Suffix Tree (Ukkonen's algorithm)] ( src/com/jwetherell/algorithms/data_structures/SuffixTree.java )
61
- * [ Suffix Trie [ backed by a Trie]] ( src/com/jwetherell/algorithms/data_structures/SufficTrie .java )
61
+ * [ Suffix Trie [ backed by a Trie]] ( src/com/jwetherell/algorithms/data_structures/SuffixTrie .java )
62
62
* [ Treap] ( src/com/jwetherell/algorithms/data_structures/Treap.java )
63
63
* [ Tree Map (associative array) [ backed by an AVL Tree]] ( src/com/jwetherell/algorithms/data_structures/TreeMap.java )
64
64
* [ Trie] ( src/com/jwetherell/algorithms/data_structures/Trie.java )
You can’t perform that action at this time.
0 commit comments