python-ds
python-ds copied to clipboard
Update binary_search_tree.py methods.
Description
Fixed the BST class methods in binary_search_tree.py
Fixes # (issue)
Type of change
Please delete options that are not relevant.
- [X ] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [X ] My code follows the style guidelines of this project i.e. Pep8
- [X ] I have performed a self-review of my own code