Trees: Is This a Binary Search Tree?

  • + 1 comment

    Why does he need these values? I tried comparing the root with left and right nodes and then making the recursion, but it fails on 6 test cases