Solution Review: Checking the BST property
This lesson contains the solution review for Checking the BST property challenge.
We'll cover the following
Recall the in-order traversal that we learned in the Binary Trees chapter. The in-order traversal of a Binary Search Tree gives us the list of nodes in sorted order.
Get hands-on with 1400+ tech skills courses.