C語言構造哈夫曼樹、哈夫曼編碼

四個葉子節點{1,3,5,5},構造Huffman樹,並進行Huffman編碼 設編碼時:左分支爲‘0’,右分支爲‘1’html 0 1 0 1 0 1 14 5 9 4 5 1 3 #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAXVALUE 10000 /* 節點最大權值 */ #define MAXL
相關文章
相關標籤/搜索