- 博客(1)
- 收藏
- 关注
转载 一个简单的二叉树创建,求指教
#include<stdio.h>#include<stdlib.h>typedef struct Node{ char data; struct Node *lchild; struct Node *rchild;}Bitree;void CreateBiTree(Bitree *t){ char s; if(s=='#') t=NULL; else { ...
2018-07-02 15:58:20
1074
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅