Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 524 Bytes

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: