Hacktoberfest2024 icon indicating copy to clipboard operation
Hacktoberfest2024 copied to clipboard

Validate Binary Search Tree in Java

Open ShuYiKang opened this issue 2 years ago • 2 comments

I'd like to contribute java code to validate binary search tree.

Validation of binary search tree includes:

  • Ensuring that the value of the node in the left subtree is smaller than current node
  • Ensuring that the value of the node in the right subtree is greater than current node
  • Ensuring left and right subtrees are also binary search trees

ShuYiKang avatar Aug 07 '22 09:08 ShuYiKang

Hey can you assign this one to me?

error707-persona avatar Sep 28 '22 11:09 error707-persona

Hey can you assign me ?

priddhesh avatar Sep 29 '22 11:09 priddhesh