Skip to content

Made for a Data structures and Algorithms course, the program compresses a given text file using a Huffman Tree

Notifications You must be signed in to change notification settings

KarimElsayad247/huffman-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Compression

Made for a Data structures and Algorithms course, the program compresses a given text file using a Huffman Tree

Usage

./huffman.exe (-c | -d) <filenam>
  • -c: compress
  • -d: decompress

Intersting remark

I had to implement my own bit-level IO functinos. They work pretty well.

About

Made for a Data structures and Algorithms course, the program compresses a given text file using a Huffman Tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published