# 数据结构实践 **Repository Path**: wang-zexi/data-structure-practice ## Basic Information - **Project Name**: 数据结构实践 - **Description**: 西北农林科技大学 数据结构实践 用 Haffman 编码压缩文件 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-11 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 西北农林科技大学 数据结构实训 ## 题目 用 Haffman 编码压缩文件 ## 描述 1. 使用优先队列构建哈夫曼树 2. 使用链式结构存储哈夫曼树 3. 使用回溯法获得哈夫曼编码 4. 实现了使用哈弗哈夫曼编码压缩与解压文件