File tree 1 file changed +3
-3
lines changed
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
37
37
- [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
38
38
39
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 )
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
43
- [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
44
44
45
45
### Logical Problems
You can’t perform that action at this time.
0 commit comments