Skip to content

Huffman algorithm for compression of alphanumeric text.

Notifications You must be signed in to change notification settings

haseebhijazi/huffman_compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Compressor

A Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression.

Commands

  • cargo clean - for cleaning binaries
  • cargo run - run the program

To Do

  • Take a txt file as input and save the compressed file in specified directory
  • Compare the sizes of both the files

Sources:

About

Huffman algorithm for compression of alphanumeric text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages