Is This a Binary Search Tree?

  • + 2 comments

    Note, I haven't seen your code but here's a tip:

    You need to also think about all previous values higher in the tree, and not just the the current node, and the top of the left and right subtrees.