Skip to content

file compression program that utilizes a Huffman Tree structure to assign variable length binary codes for compression

License

Notifications You must be signed in to change notification settings

noy00y/Huffman-Encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Program

  1. Add text file for compression into the directory
  2. Build the encoding file using either microsoft or gcc complier: g++ encode.cpp
  3. Run program: ./a

About

file compression program that utilizes a Huffman Tree structure to assign variable length binary codes for compression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages