shaoyanghui 4级常客
私信
勾搭
shaoyanghui
shaoyanghui

2018-04-26

C语言的二叉树中序遍历问题。

代码如下。 #include #include typedef struct node { int data; struct node *lchl,*rchl; }NODE; void create(NODE *t) //建立 { int a; scanf("%d",&a); if(a) { t=(NODE*)malloc(sizeof(NODE)); t->

[查看全部]

个人资料

未知领域 来自火星

https://www.optbbs.com/?54036

这家伙很懒,什么都没有留

...

给TA的留言

返回顶部