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

https://github.com/robertbcolton/huffmancoder

A simple Huffman based compression tool.
https://github.com/robertbcolton/huffmancoder

Last synced: 2 months ago
JSON representation

A simple Huffman based compression tool.

Awesome Lists containing this project

README

        

# About Project
This was my personal attempt at building a Huffman compression tool. This is
simply a hobby project and not meant for commercial use. The project and its
source code are licensed under the GNU GPLv3 and you should feel free to make
derivatives or use the source for your own educational purposes.