Binary Search Tree : Lowest Common Ancestor

  • + 1 comment

    Hi, shouldn't the tree be like this:

           8
         /    \
        4       9
      /   \
     1       6
      \
       2
        \
         3