We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c88b8 commit 252e912Copy full SHA for 252e912
README.md
@@ -40,6 +40,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
40
- [Binary Search Tree](src/_DataStructures_/Trees/BinarySearchTree)
41
- [Find k<sup>th</sup> maximum in a BinarySearchTree](src/_DataStructures_/Trees/BinarySearchTree/find-kth-max)
42
- [Find k<sup>th</sup> minimum in a BinarySearchTree](src/_DataStructures_/Trees/BinarySearchTree/find-kth-min)
43
+ - [Find Ancestors of a Node](src/_DataStructures_/Trees/BinarySearchTree/find-ancestors)
44
- [Suffix Tree](src/_DataStructures_/SuffixTree)
45
46
### Logical Problems
0 commit comments