We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a733a commit c95821cCopy full SHA for c95821c
README.md
@@ -41,6 +41,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
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
+ - [Find Height of BST](src/_DataStructures_/Trees/BinarySearchTree/height-of-bst)
45
- [Suffix Tree](src/_DataStructures_/SuffixTree)
46
47
### Logical Problems
0 commit comments