随笔分类 -  二叉树

摘要:#include<iostream>#include<set>#include<algorithm>using namespace std;int tree[100];int create(int _tree[],int _node[],int len){ int i,max=1; _tree[1] 阅读全文
posted @ 2022-04-19 23:29 xxj112 阅读(53) 评论(0) 推荐(0)