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

https://github.com/jishan13/file_compressor

Takes any type of file (including binaries) and compresses it using huffman coding. At the same time, it decompresses the a given file if compressed using this same file.
https://github.com/jishan13/file_compressor

binarysearchtree huffman-coding minheap

Last synced: 9 months ago
JSON representation

Takes any type of file (including binaries) and compresses it using huffman coding. At the same time, it decompresses the a given file if compressed using this same file.

Awesome Lists containing this project