Binary Search Tree (BST): Validator Function

Code below... In this third part in our series of videos covering the Binary Search Tree data structure, we will take a look at an external function we can implement and make use of to validate our Binary Trees are, in fact, Binary Search Trees (validate that they follow the rules of a Binary Search Tree).
Back to Top