Skip to content

Commit 2b6c203

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

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
@@ -51,7 +51,7 @@ This is a collection of algorithms and data structures which I've implement over
5151
* [Patricia Trie](src/com/jwetherell/algorithms/data_structures/PatriciaTrie.java)
5252
* [Quad-Tree (Point-Region or MX-CIF)](src/com/jwetherell/algorithms/data_structures/QuadTree.java)
5353
* [Queue [backed by an array or a linked list]](src/com/jwetherell/algorithms/data_structures/Queue.java)
54-
* [Radix Trie (associative array) [backed by a Patricia Trie]](src/com/jwetherell/algorithms/data_structures/RadixTree.java)
54+
* [Radix Trie (associative array) [backed by a Patricia Trie]](src/com/jwetherell/algorithms/data_structures/RadixTrie.java)
5555
* [Red-Black Tree](src/com/jwetherell/algorithms/data_structures/RedBlackTree.java)
5656
* [Segment Tree](src/com/jwetherell/algorithms/data_structures/SegmentTree.java)
5757
* [Skip List](src/com/jwetherell/algorithms/data_structures/SkipList.java)

0 commit comments

Comments
 (0)