会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JC97
知识是常识的冗余。
博客园
首页
新随笔
联系
管理
订阅
2020年3月29日
中序+先序构造二叉树,后序遍历
摘要: #include<cstdlib> #include<cstdio> #include<cstring> using namespace std; char preorder[30]; char inorder[30]; int left[30];//相当于链表中指针的作用 int right[30
阅读全文
posted @ 2020-03-29 15:33 JC97
阅读(134)
评论(0)
推荐(0)
编辑
公告