Question4_6 Recursive algorithm
Akyya-Mayberry opened this issue · 1 comments
Akyya-Mayberry commented
It appears the Python recursive solution will not work if we are looking for the successor node of a leaf node of a BST.
piyush121 commented
It should work IMHO.