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

https://github.com/webholik/huffman

Huffman coding algorithm in C
https://github.com/webholik/huffman

c compression-algorithm

Last synced: 14 days ago
JSON representation

Huffman coding algorithm in C

Awesome Lists containing this project

README

          

# huffman
This is a simple implementation of Huffman coding algorithm in C.

huffman [compress|decompress] input_file [output_file]