
二叉树
纯纯的心儿
每天都在赚事业。。
展开
-
二叉搜索树 hdu 3791
二叉搜索树 Time Limit : 2000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 17 Accepted Submission(s) : 11 Font: Times New Roman | Verdana | Georgia Font原创 2015-05-15 22:46:22 · 515 阅读 · 0 评论 -
hdu 3999 The order of a Tree
The order of a Tree Problem Description As we know,the shape of a binary search tree is greatly related to the order of keys we insert. To be precisely: 1. insert a key k to a empty tree, then原创 2015-05-16 08:36:04 · 363 阅读 · 0 评论 -
hdu 1710 Binary Tree Traversals
Binary Tree Traversals Problem Description A binary tree is a finite set of vertices that is either empty or consists of a root r and two disjoint binary trees called the left and right subtrees原创 2015-05-16 12:13:05 · 334 阅读 · 0 评论