Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 New Problems on BST #63

Merged
merged 19 commits into from
Oct 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update: entry in README & folder rename
  • Loading branch information
ashokdey committed Oct 10, 2019
commit ca93db32f78a85c295fa95c405cdac516cd79a85
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
- [Trees](src/_DataStructures_/Trees)
- [Binary Search Tree](src/_DataStructures_/Trees/BST)
- [Find k<sup>th</sup> maximum in a BST](src/_DataStructures_/Trees/BST/find-kth-max)
- [Find k<sup>th</sup> minimum in a BST](src/_DataStructures_/Trees/BST/find-kth-min)
- [Suffix Tree](src/_DataStructures_/SuffixTree)

### Logical Problems
Expand Down