摘要: 数据结构代码练习,关于2020年851 1. 二叉树的层次遍历 //数据结构 typedef struct BiTree{ Datatype data; struct BiTree *left, *right; /* 添加代码 完成哈夫曼编码 int layer, weight; */ }TreeN 阅读全文
posted @ 2023-10-23 19:17 無碍 阅读(39) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示