文件名称:output-a-tree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- littl*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
树的水平输出算法实现:对于给定二叉树,以水平方向输出二叉树。每个节点包含一个整数值,并且节点数最大255。节点数据的输出方向为从左到右,从上到下,同一水平高度的节点输出完成后,再输出下一水平高度。
-The tree level output algorithm: output in the horizontal direction for a given binary tree, binary tree. Each node contains an integer value, and the number of nodes 255. The direction of the output of the node data from left to right, top to bottom, after the completion of the same height of the node output, then output the height of the next level.
-The tree level output algorithm: output in the horizontal direction for a given binary tree, binary tree. Each node contains an integer value, and the number of nodes 255. The direction of the output of the node data from left to right, top to bottom, after the completion of the same height of the node output, then output the height of the next level.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
p5[new].cpp
p5_out.txt
p5_in.txt
p5_out.txt
p5_in.txt