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

https://github.com/timxor/huffman_file_compressor

This compressor is a program that compresses and decompresses files using Huffman coding. https://en.wikipedia.org/wiki/Huffman_coding The program read in the input file and calculates the frequencies of all characters. Then builds a guffman tree for all characters that appear in the input file. Next if builds a lookup table which contains the codes for all characters in the input file.
https://github.com/timxor/huffman_file_compressor

Last synced: 4 months ago
JSON representation

This compressor is a program that compresses and decompresses files using Huffman coding. https://en.wikipedia.org/wiki/Huffman_coding The program read in the input file and calculates the frequencies of all characters. Then builds a guffman tree for all characters that appear in the input file. Next if builds a lookup table which contains the codes for all characters in the input file.

Awesome Lists containing this project