Binary Search Tree : Lowest Common Ancestor

  • + 1 comment

    Hello, Can someone explain below scenario I have added below input in custom testcase for current program. 6 4 2 3 1 7 6 0 5 v1 =0 and v2 = 5 which are not present in my tree still it shows common parent as 4. and testcase shows pass.

    • + 0 comments

      Kindly follow the constraints while creating a custom testcase :)