文件名称:binary-tree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 202kb
- 下载次数:
- 0次
- 提 供 者:
- pho****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1) 用先序递归过程建立二叉树(存储结构:二叉链表)
输入数据按先序遍历所得序列输入,当某节点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**
2) 编写递归算法,计算二叉树中叶子结点的数目。
3)按凹入表方式输出该二叉树。
-1) The process established by the first order recursive binary tree (memory structure: binary list) input data sequence obtained by first traversing the input, when a node in the left subtree or right subtree is empty, enter ' *' number, such as Enter abc** d** e** 2) write a recursive algorithm to calculate a binary tree the number of leaf nodes. 3) The concave form by way of the output of the binary tree.
输入数据按先序遍历所得序列输入,当某节点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**
2) 编写递归算法,计算二叉树中叶子结点的数目。
3)按凹入表方式输出该二叉树。
-1) The process established by the first order recursive binary tree (memory structure: binary list) input data sequence obtained by first traversing the input, when a node in the left subtree or right subtree is empty, enter ' *' number, such as Enter abc** d** e** 2) write a recursive algorithm to calculate a binary tree the number of leaf nodes. 3) The concave form by way of the output of the binary tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树\Debug\二叉树.exe
......\.....\二叉树.ilk
......\.....\二叉树.pdb
......\二叉树\Debug\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\vc90.idb
......\......\.....\vc90.pdb
......\......\.....\二叉树.exe.intermediate.manifest
......\......\.....\二叉树.obj
......\......\二叉树.cpp
......\......\二叉树.vcproj
......\......\二叉树.vcproj.zh-PC.zh.user
......\二叉树.ncb
......\二叉树.sln
......\二叉树.suo
......\......\Debug
......\Debug
......\二叉树
二叉树
......\.....\二叉树.ilk
......\.....\二叉树.pdb
......\二叉树\Debug\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\vc90.idb
......\......\.....\vc90.pdb
......\......\.....\二叉树.exe.intermediate.manifest
......\......\.....\二叉树.obj
......\......\二叉树.cpp
......\......\二叉树.vcproj
......\......\二叉树.vcproj.zh-PC.zh.user
......\二叉树.ncb
......\二叉树.sln
......\二叉树.suo
......\......\Debug
......\Debug
......\二叉树
二叉树