Binary Search Tree : Lowest Common Ancestor

  • + 1 comment

    this solution doesnot work with case 2 because you have not made a condition on root that if it is not null then check that v1 and v2 are greater or less.