Topic: Tree Problem / Level: advanced

Problem: Check if a binary tree is a binary search tree and also return its height.

Run the code to see the output here...