哈夫曼樹

1 #include<stdio.h> 2 #include<stdlib.h> 3 #define leafNumber 20 4 #define totalNumber 39 5 #define maxValue 32767 6 typedef struct{ 7 char data; 8 int weight; 9 int parent
相關文章
相關標籤/搜索