文件名称:N-binary-tree-to-traverse
介绍说明--下载内容均来自于网络,请自行研究使用
本程序用递归法遍历N叉树。可进行深度和广度遍历。
注:
按“/”键结束输入
如
2
1
3
/
6
/
9
/
/
/
/
输入可得 深度遍历为21369,广度遍历为21369
最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse.
Note:
Press the "/" key input end
if
2
1
3
/
6
/
9
/
/
/
/
Input available depth to traverse for 21369, breadth traverse for 21369
The number of the nodes in the most play for 100, and the node types for character type
注:
按“/”键结束输入
如
2
1
3
/
6
/
9
/
/
/
/
输入可得 深度遍历为21369,广度遍历为21369
最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse.
Note:
Press the "/" key input end
if
2
1
3
/
6
/
9
/
/
/
/
Input available depth to traverse for 21369, breadth traverse for 21369
The number of the nodes in the most play for 100, and the node types for character type
(系统自动生成,下载前可以参看下载内容)
下载文件列表
N binary tree to traverse.cpp