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

Balanced Binary Search Tree constructor #19

Open
rostow opened this issue Oct 5, 2019 · 2 comments
Open

Balanced Binary Search Tree constructor #19

rostow opened this issue Oct 5, 2019 · 2 comments

Comments

@rostow
Copy link

rostow commented Oct 5, 2019

It would be nice to add a method to the BST class so that given an unsorted array of integers a balanced BST is constructed. I'm not sure whether it is already in the repo but I have not been able to find it. I'd be happy to take care of it if you find it interesting :)

@OmkarPathak
Copy link
Owner

@rostow thanks for the feedback. You can open a Pull Request if you are interested in contributing 😄

@AhmedOssama22dev
Copy link

Check my pull request
#46 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants