Skip to content

Commit c4f9e67

Browse files
authored
Update README.md
1 parent 9b757f8 commit c4f9e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ This is a collection of algorithms and data structures which I've implement over
4444
* [Hash Array Mapped Trie (HAMT)](src/com/jwetherell/algorithms/data_structures/HashArrayMappedTrie.java)
4545
* [Hash Map (associative array)](src/com/jwetherell/algorithms/data_structures/HashMap.java)
4646
* [Interval Tree](src/com/jwetherell/algorithms/data_structures/IntervalTree.java)
47-
* [Implicit Key Treap]((src/com/jwetherell/algorithms/data_structures/ImplicitKeyTreap.java))
47+
* [Implicit Key Treap](src/com/jwetherell/algorithms/data_structures/ImplicitKeyTreap.java)
4848
* [KD Tree (k-dimensional tree or k-d tree)](src/com/jwetherell/algorithms/data_structures/KDTree.java)
49-
* [List [backed by an array or a linked list]]((src/com/jwetherell/algorithms/data_structures/List.java))
49+
* [List [backed by an array or a linked list]](src/com/jwetherell/algorithms/data_structures/List.java)
5050
* [Matrix](src/com/jwetherell/algorithms/data_structures/Matrix.java)
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)

0 commit comments

Comments
 (0)