
二叉树
qiuxueming_csdn
喜欢编程
展开
-
PAT 1115 Counting Nodes in a BST (30)
A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes with keys less than or equal to the node's ke原创 2016-09-04 16:19:18 · 716 阅读 · 0 评论 -
PAT 1053 Path of Equal Weight
1053. Path of Equal Weight (30) 时间限制 10 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Given a non-empty tree with root R, and with weigh原创 2016-06-17 10:58:01 · 451 阅读 · 0 评论