1020. Tree Traversals (25)
摘要:
#include <iostream> #include <queue> using namespace std; struct node { int lchild, rchild, key; }tree[40]; int post[40], in[40], r, first = 1; queue< 阅读全文
posted @ 2025-11-23 16:57 王景迁 阅读(9) 评论(0) 推荐(0)
浙公网安备 33010602011771号