Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/LeafCCC/HuffmanFileCompression

Use Huffman algorithm for file compression and decompression.
https://github.com/LeafCCC/HuffmanFileCompression

Last synced: 3 months ago
JSON representation

Use Huffman algorithm for file compression and decompression.

Awesome Lists containing this project

README

        

# HuffmanFileCompression

Huffman algorithm is used for file compression and decompression. There are detailed comments, so I won't explain more.