摘要: 前序 + 中序 #include<iostream> #include<deque> using namespace std; deque<int> rear,center,pref; void build(deque<int> pre,deque<int> cen){ int temp; if(p 阅读全文
posted @ 2021-11-22 11:20 Xuuxxi 阅读(38) 评论(0) 推荐(0) 编辑