OmkarPathak / Data-Structures-using-Python

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

fixed one sided binary tree issue #51

Closed Juzar10 closed 3 years ago

Juzar10 commented 3 years ago

code did not work when tree is one sided as in all node are on right side and we want to delete root node, fixed that issue.