Skip to content

ntedgi/Huffman-Compression-Algorithm

Repository files navigation

Huffman-Compression-Algorithm

https://en.wikipedia.org/wiki/Huffman_coding

output

Usage

for compression Huffman.exe -c <path_to_file>

the outpot is the same file name +".huf" as postfix

for decompression Huffman.exe -d <path_to_file>

the outpot is the same file name +"After_Unhuf" and the prev postfix