Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 652105f

Browse files
Merge pull request #147 from KisaragiEffective/patch-1
Fix dead link
2 parents 447412d + 81a028f commit 652105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This is a collection of algorithms and data structures which I've implement over
4545
* [Hash Map (associative array)](src/com/jwetherell/algorithms/data_structures/HashMap.java)
4646
* [Interval Tree](src/com/jwetherell/algorithms/data_structures/IntervalTree.java)
4747
* [Implicit Key Treap](src/com/jwetherell/algorithms/data_structures/ImplicitKeyTreap.java)
48-
* [KD Tree (k-dimensional tree or k-d tree)](src/com/jwetherell/algorithms/data_structures/KDTree.java)
48+
* [KD Tree (k-dimensional tree or k-d tree)](src/com/jwetherell/algorithms/data_structures/KdTree.java)
4949
* [List [backed by an array or a linked list]](src/com/jwetherell/algorithms/data_structures/List.java)
5050
* [LCP Array (Longest Common Prefix) [backed by a Suffix Array]](src/com/jwetherell/algorithms/data_structures/LCPArray.java)
5151
* [Matrix](src/com/jwetherell/algorithms/data_structures/Matrix.java)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /