Trees: Is This a Binary Search Tree?

  • + 0 comments

    this algorithm works even when we set min as 0 instead of setting it to Integer.MIN_VALUE. I think that is because the binary tree does not have negative numbers?