Topic: Tree Problem / Level: intermediate

Problem: Check if a binary tree is a binary search tree using in-order traversal.

Run the code to see the output here...