摘要: struct node { node*pleft; node*pright; int value; } voide rebuild(char *pre,char *pmid,int len ,node**root) { //检查边界条件 if(pre==null&&pmid==null||len<= 阅读全文
posted @ 2016-08-14 21:36 maxandhchen 阅读(144) 评论(0) 推荐(0) 编辑