摘要: 二叉搜索树Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2549Accepted Submission(s): 1109Problem Description判断两序列是否为同一二叉搜索树序列Input开始一个数n,(1 10 #include 11 #include 12 #include 13 using namespace std; 14 15 struct node 16 { 17 int rp; 18 struct... 阅读全文
posted @ 2014-02-28 16:55 芷水 阅读(175) 评论(0) 推荐(0) 编辑