摘要: 重建二叉树,知道先序和中序 输出二叉树的后序。。#include #include #include using namespace std;const int M = 1005;int i,j,k;int Max (int x ,int y){return x>y?x:y ;}void buil... 阅读全文
posted @ 2014-12-30 12:41 lmlyzxiao 阅读(303) 评论(0) 推荐(0)