Skip to content

Commit 4980e96

Browse files
committed
Merge branch 'problems' of github.com:knaxus/problem-solving-javascript into problems
2 parents 0bf9860 + 0ff8d47 commit 4980e96

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)