//目录
摘要: ↖(^ω^)↗ 1 /* 2 3 编写算法函数void preorder1(bintree t)实现二叉树t的非递归前序遍历。 4 5 */ 6 7 #include "bintree.h" 8 char *a="ABC##D#E##F##"; /*扩充二叉树序树t的前序序列*/ 9 10 /*函数 阅读全文
posted @ 2016-12-21 22:05 小草的大树梦 阅读(1207) 评论(0) 推荐(0)