Data-Structures-using-Python icon indicating copy to clipboard operation
Data-Structures-using-Python copied to clipboard

Balanced Binary Search Tree constructor

Open rostow opened this issue 5 years ago • 2 comments

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 :)

rostow avatar Oct 05 '19 18:10 rostow

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

OmkarPathak avatar Oct 06 '19 01:10 OmkarPathak

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

AhmedOssama22dev avatar Oct 06 '20 01:10 AhmedOssama22dev