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