树的存储与遍历.doc_第1页
树的存储与遍历.doc_第2页
树的存储与遍历.doc_第3页
树的存储与遍历.doc_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

# include# include# include# define NULL 0# define LEN sizeof(struct node)struct nodestruct node *child;char data;struct node *brother;/树的建立函数struct node *setuptree(char s1)struct node *stack1100;/栈1char stack2100;/栈2struct node *p,*root;int i=0,top1=0,top2=0,length;root=p=(struct node *)malloc(LEN);p-child=NULL;p-data=0;p-brother=NULL;/初始化结构体p-data=s10;stack1top1=p;stack2top2=s10;/进栈length=strlen(s1);while(ichild=NULL;p-data=0;p-brother=NULL;/初始化结构体stack2top2=s1i;else if(s1i=,)top2+;p=(struct node *)malloc(LEN);p-child=NULL;p-data=0;p-brother=NULL;/初始化结构体stack2top2=s1i;else if(s1i=)while(stack2top2!=()top2-;top2-;while(stack1top1-data)!=stack2top2)top1-;elsep-data=s1i;if(stack2top2=()stack1top1-child=p;top1=top1+1;stack1top1=p;top2=top2+1;stack2top2=s1i;else if(stack2top2=,)stack1top1-brother=p;stack1top1=p;top2=top2-1;stack2top2=s1i;i+;return(root);/树的先根遍历函数void firstroot(struct node *root)struct node *stack1300;/栈1struct node *p;int top1=0;p=root;printf(%c ,p-data);stack1top1=p;p=p-child;while(top1=0|p!=NULL)while(p!=NULL)top1+;printf(%c ,p-data);stack1top1=p;p=p-child;p=stack1top1-brother;top1-;/树的层次遍历函数void layer(struct node *root)struct node *queue1300=NULL;/栈1struct node *p;int top1=0,head=0;p=root;queue1head=p;while(queue1head!=NULL|p!=NULL)while(p!=NULL)if(p!=root)top1+;printf(%c ,p-data);queue1top1=p;p=p-brother; p=queue1head-child; head+;/主函数void main()char s1100;struct node *root;printf(请输入所要建立的树:);gets(s1);root=setuptree(s1);printf(实验结果如下:n);

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论