Skip to content

Commit 0ff8d47

Browse files
authored
fix: typo error
1 parent f376135 commit 0ff8d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
3838

3939
- [Trees](src/_DataStructures_/Trees)
4040
- [Binary Search Tree](src/_DataStructures_/Trees/BST)
41-
- [Find k<sup>th</sup> maximin in a BST](src/_DataStructures_/Trees/BST/find-kth-max)
41+
- [Find k<sup>th</sup> maximum in a BST](src/_DataStructures_/Trees/BST/find-kth-max)
4242
- [Suffix Tree](src/_DataStructures_/SuffixTree)
4343

4444
### Logical Problems

0 commit comments

Comments
 (0)