文件名称:tree
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging. The algorithm also did not enter a function, in order to facilitate us to see the Binary Tree structure, the input data source used in an array of storage good
(系统自动生成,下载前可以参看下载内容)
下载文件列表
遍历二叉树.cpp