- 博客(3)
- 收藏
- 关注
原创 树-作业代码
1065 #include<bits/stdc++.h> using namespace std; #define max 1000 typedef struct node { int data; //存储自身编号 int parent; //存储父结点的值(编号) vector<int> children; }node; void levorder_walk(node*tree,int idx,int root) { node q[max
2021-12-12 18:24:44
570
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅