文件名称:BiTree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 3.5mb
- 下载次数:
- 0次
- 提 供 者:
- Tr***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、 编写程序按先序次序输入二叉树中结点的值构造二叉链表表示的二叉树。
2、 编写程序采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历。
3、 编写程序计算该二叉树的高度。-A writing program preorder order input binary tree represented by the value of the structure of the binary tree node binary list. 2, write a program using three kinds of recursive traversal algorithm (preorder, inorder, postorder) traversal of the tree binary tree. 3, write a program to calculate the height of the binary tree.
2、 编写程序采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历。
3、 编写程序计算该二叉树的高度。-A writing program preorder order input binary tree represented by the value of the structure of the binary tree node binary list. 2, write a program using three kinds of recursive traversal algorithm (preorder, inorder, postorder) traversal of the tree binary tree. 3, write a program to calculate the height of the binary tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BiTree\Debug\shiyan4.exe
......\.....\shiyan4.ilk
......\.....\shiyan4.pdb
......\ipch\shiyan4-c0075540\shiyan4-78c1e74c.ipch
......\shiyan4\Debug\CL.read.1.tlog
......\.......\.....\CL.write.1.tlog
......\.......\.....\link-cvtres.read.1.tlog
......\.......\.....\link-cvtres.write.1.tlog
......\.......\.....\link.4132-cvtres.read.1.tlog
......\.......\.....\link.4132-cvtres.write.1.tlog
......\.......\.....\link.4132.read.1.tlog
......\.......\.....\link.4132.write.1.tlog
......\.......\.....\link.read.1.tlog
......\.......\.....\link.write.1.tlog
......\.......\.....\mt.read.1.tlog
......\.......\.....\mt.write.1.tlog
......\.......\.....\rc.read.1.tlog
......\.......\.....\rc.write.1.tlog
......\.......\.....\shiyan4.exe.embed.manifest
......\.......\.....\shiyan4.exe.embed.manifest.res
......\.......\.....\shiyan4.exe.intermediate.manifest
......\.......\.....\shiyan4.lastbuildstate
......\.......\.....\shiyan4.log
......\.......\.....\shiyan4.obj
......\.......\.....\shiyan4_manifest.rc
......\.......\.....\vc100.idb
......\.......\.....\vc100.pdb
......\.......\shiyan4.cpp
......\.......\shiyan4.vcxproj
......\.......\shiyan4.vcxproj.filters
......\.......\shiyan4.vcxproj.user
......\shiyan4.sdf
......\shiyan4.sln
......\shiyan4.suo
......\ipch\shiyan4-c0075540
......\shiyan4\Debug
......\Debug
......\ipch
......\shiyan4
BiTree