Quiz: BST Validation Pitfall

Test your understanding

Check Your Understanding

Why is checking only "left child < node < right child" not enough to validate a BST?

  1. A.It is enough - that check is sufficient
  2. B.A node in the left subtree could be greater than an ancestor
  3. C.BSTs don't have this property
  4. D.The root node has no parent to check against
Start the roadmap to answer the quizzes and solve the challenges