Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 410 Bytes

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