摘要: /* * 2014-5-22 * 摘自http://blog.csdn.net/jnu_simba/article/details/8871794 **/#includeusing namespace std;#define MAXEDGE 20#define MAXVEX 20#define IN... 阅读全文
posted @ 2014-06-20 17:08 StevenSuo 阅读(220) 评论(0) 推荐(0) 编辑
摘要: /* * 二叉树的遍历 2011.8.25 * 作者:海子 * 出处:http://www.cnblogs.com/dolphin0520/*/ /*二叉树的非递归遍历 二叉树是一种非常重要的数据结构,很多其它数据结构都是基于二叉树的基础演变而来的。 对于二叉树,有前序、中序以及... 阅读全文
posted @ 2014-06-20 17:04 StevenSuo 阅读(129) 评论(0) 推荐(0) 编辑