OmkarPathak / Data-Structures-using-Python

This is my repository for Data Structures using Python
GNU General Public License v3.0
939 stars 437 forks source link

Balanced Binary Search Tree constructor #19

Open rostow opened 4 years ago

rostow commented 4 years ago

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 commented 4 years ago

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

AhmedOssama22dev commented 3 years ago

Check my pull request https://github.com/OmkarPathak/Data-Structures-using-Python/pull/46#issue-498200671