Challenge: Is It a BST?
Let’s determine if a binary tree is a BST or not.
We'll cover the following...
Problem
Find out if a given binary tree is a BST.
Input
A BST.
Output
Return true
...
Let’s determine if a binary tree is a BST or not.
Find out if a given binary tree is a BST.
A BST.
Return true
...