Trees: Is This a Binary Search Tree?

  • + 1 comment

    What is n==null checking? Why is this not the same as n.left == null && n.right == null