careercup/ctci

Question4_6 Recursive algorithm

Akyya-Mayberry opened this issue · 1 comments

It appears the Python recursive solution will not work if we are looking for the successor node of a leaf node of a BST.

It should work IMHO.