[CareerCup] 4.5 Validate Binary Search Tree 验证二叉搜索树

4.5 Implement a function to check if a binary tree is a binary search tree.

LeetCode上的原题,请参见我之前的博客Validate Binary Search Tree 验证二叉搜索树

原文地址:https://www.cnblogs.com/grandyang/p/4700781.html