2024年11月16日

根据二叉树的前序和中序构建树,并按层次输出(C++)vector存树

摘要: L2-006 树的遍历 #include <bits/stdc++.h> #define int long long using namespace std; #define endl '\n' int po[35]; int ino[35]; vector<int>ans[50]; int dfs 阅读全文

posted @ 2024-11-16 20:55 swj2529411658 阅读(5) 评论(0) 推荐(0) 编辑

导航