当前位置:首页 > TAG信息列表 > 哈希用C语言编程实现二叉树的中序遍历算法?

哈希用C语言编程实现二叉树的中序遍历算法?

哈希 用C语言编程实现二叉树的中序遍历算法?

用c语言编程实现二叉树的中序遍历算法?

#include

#include

structbitnode*stack[100

]structbitnode//definestruct

哈希 用C语言编程实现二叉树的中序遍历算法?

{

chardata

structbitnode*lchild,*rchild

}

voidlater(structbitnode*&)//preordercreatetree

{

charch

scanfscanf(%c”,&;ch)

if(ch=”)

p=null

else{

p=(structbitnode*)malloc(sizeof(structbitnode*)bitnode)

p->data=ch

以后(p->lchild)

以后(p->rchild)

}

voidprint(structbitnode*p)//前序遍历(输出二叉树)

{

inti=-1

while(1)

{

whilep!=null)

]{

堆栈[i]=p->rchild/*printf(”确定?n“)*/

printf(”%c“,p->data)

p=p->lchild

}]如果(i!=-1)

{

p=stack[i

]i-->]else

return

}

voidmain()//主函数

{

structbitnode*p,*t

稍后(p)

print(p)]}

哈希中序遍历一棵二叉排序树二叉搜索树怎么得到递减序列


亿声网 一起互联

  • 关注微信关注微信

猜你喜欢

微信公众号