Binary Search Tree : Lowest Common Ancestor

  • + 1 comment

    when I use root.data < v1 instead of v1 < root.data 2 test cases are failed, are there any difference to these? the position is just the difference right?