This source code implements the huffman algorithm to perform the compression of a plain text file. for this a file is generated which contains the probabilities of each of the symbols defined in the symbols dictionary.
python c c-plus-plus information-theory huffman-coding compression-algorithm huffman-compression-algorithm text-compression coding- coding-and-data-compression
-
Updated
Jun 19, 2019 - C++