File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
3737- [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
3838
3939- [ 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 )
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 )
4343 - [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
4444
4545### Logical Problems
You can’t perform that action at this time.
0 commit comments