会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
温沅清
博客园
首页
新随笔
联系
订阅
管理
2020年4月29日
贪心算法 哈夫曼树编码
摘要: 1 #include <stdio.h> 2 #include <string.h> 3 #define N 50 //叶子结点数 4 #define M 2*N-1 //树中结点总数 5 typedef struct 6 { 7 char data[5]; //结点值 8 int weight;
阅读全文
posted @ 2020-04-29 11:53 沅清的小窝
阅读(590)
评论(0)
推荐(0)
公告