上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: #include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 阅读全文
posted @ 2017-10-07 18:57 真勇士王小山 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 树与二叉树之间的转换: 森林与二叉树之间的转换: 二叉树转化为树: 二叉树转化成森林: 树与森林的遍历: 树的遍历:先根遍历,后根遍历 森林的遍历:前序遍历,后序遍历 赫夫曼树及其应用: 使用赫夫曼树进行赫夫曼编码: 阅读全文
posted @ 2017-10-07 18:54 真勇士王小山 阅读(87) 评论(0) 推荐(0) 编辑
摘要: #include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 阅读全文
posted @ 2017-10-07 16:56 真勇士王小山 阅读(938) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-07 16:55 真勇士王小山 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 2,满二叉树 完全二叉树 阅读全文
posted @ 2017-10-07 16:47 真勇士王小山 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1,双亲表示法 孩子表示法 孩子兄弟表示法 (好处:变成了二叉树) 阅读全文
posted @ 2017-10-07 16:09 真勇士王小山 阅读(174) 评论(0) 推荐(0) 编辑
摘要: #include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 阅读全文
posted @ 2017-10-06 16:48 真勇士王小山 阅读(574) 评论(0) 推荐(0) 编辑
摘要: #include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 阅读全文
posted @ 2017-10-06 16:32 真勇士王小山 阅读(281) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-06 10:47 真勇士王小山 阅读(1348) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-06 10:46 真勇士王小山 阅读(2671) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页