Skip to content

Commit ca93db3

Browse files
committed
update: entry in README & folder rename
1 parent 4980e96 commit ca93db3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
3939
- [Trees](src/_DataStructures_/Trees)
4040
- [Binary Search Tree](src/_DataStructures_/Trees/BST)
4141
- [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)
4243
- [Suffix Tree](src/_DataStructures_/SuffixTree)
4344

4445
### Logical Problems

0 commit comments

Comments
 (0)