Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/import-yuefeng/huffman-compress


https://github.com/import-yuefeng/huffman-compress

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Huffman-compress
基于哈夫曼编码的压缩程序,c语言实现。

# quick-start

```
git clone https://github.com/import-yuefeng/Huffman-compress
cd Huffman-compress
gcc core.c -o hfc && chmod +x ./hfc
# run hfc program !
```