Skip to content

Commit c06dbe1

Browse files
committed
Add links for binarySearch and binarySearchTree
1 parent 2a8022b commit c06dbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you wish to contribute, do drop an email at [email protected].
5555
* [Linked List](src/main/java/dataStructures/linkedList)
5656
* [Stack](src/main/java/dataStructures/stack)
5757
* [Queue](src/main/java/dataStructures/queue)
58-
2. Binary Search
58+
2. [Binary Search](src/main/java/algorithms/binarySearch)
5959
* Peak Finding
6060
* Template
6161
3. Sorting
@@ -65,7 +65,7 @@ If you wish to contribute, do drop an email at [email protected].
6565
* [Merge](src/main/java/algorithms/sorting/mergeSort)
6666
* [Quick](src/main/java/algorithms/sorting/quickSort)
6767
4. Trees
68-
* Binary search tree
68+
* [Binary search tree](src/main/java/dataStructures/binarySearchTree)
6969
* AVL-tree
7070
* Kd-tree
7171
* Interval tree

0 commit comments

Comments
 (0)