Trees: Is This a Binary Search Tree?

  • + 1 comment

    I didnot understand "if (node == null) return true;" part whether it goes next line or stop there because i thought it would stop only in false return.Can anyone clearify me? thank you in advance