按类别查询搜索结果
关于关键词 的检测结果,共 4
potatogeng | 2015-11-07 09:35:31 | 阅读(0) | 评论(0)
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The left subtree of a node contains only nodes with keys less than the node's key.
The right subtree of a node contains only nodes with keys greater than the node's key.
Both the left and right subtrees must also be binary search trees.【阅读全文】
li306201743 | 2014-10-15 17:21:57 | 阅读(610) | 评论(0)
px19841031 | 2014-03-17 16:53:04 | 阅读(610) | 评论(0)
【Java】 hdu 98
clbxp | 2012-04-10 00:37:17 | 阅读(153) | 评论(0)