非递归遍历二叉树
摘要:
#include #include #include #include using namespace std;typedef struct node{ int flag; char value; struct node *lchild; struct node *rchil... 阅读全文
posted @ 2015-08-16 22:54 huashunli 阅读(142) 评论(0) 推荐(0) 编辑
posted @ 2015-08-16 22:54 huashunli 阅读(142) 评论(0) 推荐(0) 编辑
posted @ 2015-08-16 17:30 huashunli 阅读(157) 评论(0) 推荐(0) 编辑