
二叉树
77cc
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
根据前序遍历,中序遍历求后序遍历
Binary Tree Traversals Time Limit: 1000/1000 MS Memory Limit: 32768/32768 K A binary tree is a finite set of vertices that is either empt原创 2017-07-03 10:12:56 · 2846 阅读 · 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 · 1000 阅读 · 0 评论 -
二叉树排序查找
Elven Postman Time Limit: 1500/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Problem Description Elves are very peculiar creatures. As we all know, they can live for a ve原创 2017-07-05 16:58:54 · 663 阅读 · 0 评论