摘要:
#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
真勇士王小山
阅读(541)
评论(0)
推荐(0)
摘要:
树与二叉树之间的转换: 森林与二叉树之间的转换: 二叉树转化为树: 二叉树转化成森林: 树与森林的遍历: 树的遍历:先根遍历,后根遍历 森林的遍历:前序遍历,后序遍历 赫夫曼树及其应用: 使用赫夫曼树进行赫夫曼编码: 阅读全文
posted @ 2017-10-07 18:54
真勇士王小山
阅读(97)
评论(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
真勇士王小山
阅读(964)
评论(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
真勇士王小山
阅读(604)
评论(0)
推荐(0)
摘要:
2,满二叉树 完全二叉树 阅读全文
posted @ 2017-10-07 16:47
真勇士王小山
阅读(172)
评论(0)
推荐(0)
摘要:
1,双亲表示法 孩子表示法 孩子兄弟表示法 (好处:变成了二叉树) 阅读全文
posted @ 2017-10-07 16:09
真勇士王小山
阅读(186)
评论(0)
推荐(0)