Skip to content

Commit f97f78d

Browse files
authored
Update README.md
1 parent 2b6c203 commit f97f78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This is a collection of algorithms and data structures which I've implement over
5858
* [Splay Tree](src/com/jwetherell/algorithms/data_structures/SplayTree.java)
5959
* [Stack [backed by an array or a linked list]](src/com/jwetherell/algorithms/data_structures/Stack.java)
6060
* [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)
6262
* [Treap](src/com/jwetherell/algorithms/data_structures/Treap.java)
6363
* [Tree Map (associative array) [backed by an AVL Tree]](src/com/jwetherell/algorithms/data_structures/TreeMap.java)
6464
* [Trie](src/com/jwetherell/algorithms/data_structures/Trie.java)

0 commit comments

Comments
 (0)