
二叉树
77cc
这个作者很懒,什么都没留下…
展开
-
根据前序遍历,中序遍历求后序遍历
Binary Tree Traversals Time Limit: 1000/1000 MS Memory Limit: 32768/32768 KA binary tree is a finite set of vertices that is either empt原创 2017-07-03 10:12:56 · 2823 阅读 · 0 评论 -
满二叉树编号问题
S-Trees(满二叉树数组保存与编号)A Strange Tree (S-tree) over the variable set Xn = {x1,x2,...,xn} is a binary tree representing a Boolean function f:{0,1}->{0,1}. Each path of the S-tree begins at the r原创 2017-07-05 15:24:02 · 984 阅读 · 0 评论 -
二叉树排序查找
Elven PostmanTime Limit: 1500/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Problem DescriptionElves are very peculiar creatures. As we all know, they can live for a ve原创 2017-07-05 16:58:54 · 647 阅读 · 0 评论