Skip to content

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

Notifications You must be signed in to change notification settings

babaliaris/Haffman-Encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages