文件名称:BinaryTree
- 所属分类:
 - 其他小程序
 - 资源属性:
 - [C/C++] [源码]
 - 上传时间:
 - 2014-01-05
 - 文件大小:
 - 102kb
 - 下载次数:
 - 0次
 - 提 供 者:
 - seahi*****
 - 相关连接:
 - 无
 - 下载说明:
 - 别用迅雷下载,失败请重下,重下不扣分!
 
下载 
            
                
                
	
	
	
	
                    别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
            如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树在非递归算法中,后序遍历难度大,很多书上只给出思想或者几段无法直接调试的代码,甚至有些书上是错的,当时我在研究的过程中,就是按着书上错误的代码绕了好半天,几预抓狂。好在最终摸索出来了-Binary Tree in non-recursive algorithm, after the preorder is difficult, given the many books just thinking or paragraphs not directly debugging code, and even on some of the books is wrong, I was in the process of the study, according to the book is error code around for ages, a few pre-crazy. Fortunately, the final fumble out
			(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树后序遍历\8_3.cpp
..............\8_3.exe
..............\tree.h
二叉树后序遍历