Binary Search Tree : Lowest Common Ancestor

  • + 1 comment

    pls help! i can't trace the code especially when it states (4<1 &&4 <7) or (4>1&&4>7). how the recursive calls r taking place..

    • + 0 comments

      That particular piece of logic would return false since the test 4<1 returns false and the test 4>7 returns false.