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

https://github.com/jason0214/simplist-file-compressing

file compressing use Huffman Tree
https://github.com/jason0214/simplist-file-compressing

Last synced: 3 months ago
JSON representation

file compressing use Huffman Tree

Awesome Lists containing this project

README

          

README.md
# simplist-file-compressing
#### *compress file with huffman tree accomplished in C*
#### *file name in Chinese is not supported*
#### *don't support format which is already compressed, for example '.jpg' '.pdf' '.mp3' '.m4a'etc. Since most of the compressing format have already contained huffman code*

### how to use?
>follow the instruction and type the full file name(including extension name)

### how does it work?
###### this small program involves almost all the basic data structure and of cause I write it in order to make myself more familiar with the usage and concept with data structure.

>[Huffman Code](https://en.wikipedia.org/wiki/Huffman_coding)