文件名称:TreeScan
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-12-28
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- qu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
⑴输入字符序列,建立二叉链表。
⑵中序遍历二叉树:递归算法。
⑶中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法)
⑷求二叉树的高度 。-⑴ input character sequence, build binary list.
⑵ preorder binary tree: the recursive algorithm.
⑶ preorder binary: non-recursive algorithms. (Preferably the first order can be achieved, subsequent non-recursive algorithm)
⑷ seeking highly binary tree.
⑵中序遍历二叉树:递归算法。
⑶中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法)
⑷求二叉树的高度 。-⑴ input character sequence, build binary list.
⑵ preorder binary tree: the recursive algorithm.
⑶ preorder binary: non-recursive algorithms. (Preferably the first order can be achieved, subsequent non-recursive algorithm)
⑷ seeking highly binary tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.cpp