树
文章平均质量分 83
mach7
nil
展开
-
openjudge物质分解记录
题目很长:6:物质分解记录查看提交统计提问总时间限制: 60000ms 内存限制: 131064kB描述对 物质分解记录 的结构进行统计分析。例如:给出一份 物质分解记录。Material_1{Material_2{Material_3 Material_4Materi原创 2014-03-04 20:55:56 · 2113 阅读 · 0 评论 -
poj2492 A Bug's Life
先上题目:4:A Bug's Life查看提交统计提问总时间限制: 10000ms 内存限制: 65536kB描述BackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they fea原创 2014-03-10 17:23:38 · 1344 阅读 · 6 评论 -
poj1240 Pre-Post-erous!
照例先上题目:1:Pre-Post-erous!查看 提交 统计 提问总时间限制: 1000ms 内存限制: 65536kB描述We are all familiar with pre-order, in-order and post-order traversals of binary trees. A common problem in data structure cla原创 2014-03-13 10:45:13 · 2737 阅读 · 1 评论 -
poj3630 Phone List与Trie
题目:9:电话号码查看提交统计提问总时间限制: 1000ms 内存限制: 65536kB描述给你一些电话号码,请判断它们是否是一致的,即是否有某个电话是另一个电话的前缀。比如:Emergency 911Alice 97 625 999Bob 91 12 54 26在这个例子中,我们不可能拨通Bob的电话,因为E原创 2014-03-08 12:35:30 · 1357 阅读 · 0 评论 -
openjudge树的转换
照例先上题目7:树的转换查看提交统计提问总时间限制: 5000ms 内存限制: 65536kB描述我们都知道用“左儿子右兄弟”的方法可以将一棵一般的树转换为二叉树,如: 0 0 / | \ / 1 2 3原创 2014-03-06 17:21:38 · 2444 阅读 · 0 评论 -
poj2001 Shortest Prefixes
照例先上题目:2:Shortest Prefixes查看 提交 统计 提问总时间限制: 1000ms 内存限制: 65536kB描述A prefix of a string is a substring starting at the beginning of the given string. The prefixes of "carbon" are: "c", "ca",原创 2014-03-12 13:45:54 · 1271 阅读 · 0 评论 -
poj1760 Disk Tree
先上题目:3:Disk Tree查看 提交 统计 提问总时间限制: 1000ms 内存限制: 65536kB描述Hacker Bill has accidentally lost all the information from his workstation's hard drive and he has no backup copies of its contents. H原创 2014-03-11 22:50:17 · 2202 阅读 · 0 评论 -
poj2524 Ubiquitous Religions
照例先上题目8:宗教信仰查看提交统计提问总时间限制: 5000ms 内存限制: 65536kB描述世界上有许多宗教,你感兴趣的是你学校里的同学信仰多少种宗教。你的学校有n名学生(0 输入输入包括多组数据。每组数据的第一行包括n和m,0 输出对于每组数据,先输出它的编号(从1开始),接着输出学生信仰的原创 2014-03-06 00:52:06 · 1171 阅读 · 0 评论