Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 470 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 470 Bytes

Haffman-Encoding

A program that compress a file by taking advantage the frequency of the letters.

How to use it: Just change the file paths in the Main class and then run the program.

When you run the program:

Just see the size of the zipped file. You will notice that has been reduced!!!

Also the consol will print the text of the file after decoding it. There you can check that the printed text
is the same with the original file.