【Binary Tree】Validate Binary Sea
2018-07-18 本文已影响0人
安琪拉的小迷妹
题目链接
https://leetcode.com/problems/validate-binary-search-tree/description/

思路:左<根<右,中序遍历就行啦

题目链接
https://leetcode.com/problems/validate-binary-search-tree/description/
思路:左<根<右,中序遍历就行啦