Skip to content

Commit ab8b038

Browse files
committed
update: fix entries in readme
1 parent b4507f1 commit ab8b038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)