Skip to content

Commit

Permalink
docs: add link to main README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitinghh committed Mar 29, 2024
1 parent 1fe6a23 commit 05cacf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Gradle is used for development.
* [Trie](src/main/java/dataStructures/trie)
* [B-Tree](src/main/java/dataStructures/bTree)
* Red-Black Tree (Not covered in CS2040s but useful!)
* Orthogonal Range Searching (**WIP**)
* [Orthogonal Range Searching](src/main/java/algorithms/orthogonalRangeSearching)
* Interval Trees (**WIP**)
5. [Binary Heap](src/main/java/dataStructures/heap) (Max heap)
6. [Disjoint Set / Union Find](src/main/java/dataStructures/disjointSet)
Expand Down

0 comments on commit 05cacf2

Please sign in to comment.