TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
194.4k stars 45.66k forks source link

Fix Bugs and Improve Traversal Methods in Binary Search Tree Implementation #11548

Open shubhamvk03 opened 2 months ago

shubhamvk03 commented 2 months ago

Describe your change:

Checklist:

shubhamvk03 commented 2 months ago

Fixed issues with the Node and BinarySearchTree class implementations. Corrected traversal methods and node handling. Updated doctests to reflect accurate behavior and output.