Skip to content

Commit 50cf843

Browse files
committed
merging
Merge branch 'main' into branch-Btrees
2 parents b9566fa + b406797 commit 50cf843

File tree

6 files changed

+586
-3
lines changed

6 files changed

+586
-3
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

docs/team/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
| Changxian | ... | ... | Tricky Hashing and its variants |
88
| Owen | ... | ... | Graphs and confusing mazes |
99
| Shu Heng | Interested in ML, aspiring researcher. | No website but here's my [Linkedin](https://www.linkedin.com/in/yeoshuheng), please give me a job :< | Fundamentals! Linked List and its variants, Stacks & Queues and their variants |
10-
| Junneng | ... | ... | Trees and Binary Search variants |
10+
| Junneng | Aspiring tech entrepreneur. | [LinkedIn](https://www.linkedin.com/in/soo-jun-neng/) | Trees and Binary Search variants |
1111
| Amadeus | ... | ... | Graphs! Dijkstra .. |

0 commit comments

Comments
 (0)