- 博客(1)
- 收藏
- 关注
原创 输出利用先序遍历创建的二叉树的层次遍历序列
#include<stdio.h> #include<stdlib.h> #include<iostream> using namespace std; struct tree1 { char data; struct tree1 *left; struct tree1 *right; }; typedef struct tree1 ...
2019-06-16 19:08:35
380
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅