会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
GeekDragon
博客园
首页
新随笔
联系
管理
订阅
2024年3月22日
机试重点题-2021/2023
摘要: 2021 5:由二叉树前々序列和中々序列得到后々序列列 #include <iostream> #include <unordered_map> using namespace std; const int N = 50010; int n; int a[N], b[N]; //前序,中序 unor
阅读全文
posted @ 2024-03-22 19:52 GeekDragon
阅读(9)
评论(0)
推荐(0)
编辑
公告