Trees: Is This a Binary Search Tree?

  • + 3 comments

    Try to use a white board to think through the problem thoroughly before getting to the code. First, find the easy solution, something not very elegant. Then, look at that solution and simplify.