Skip to content

SBOne-Kenobi/HaffmanArchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuffmanArchiver

File compression using the Huffman algorithm.

How to use it?

Command line parameters
The parameter values (if any) are separated by a space.
Possible parameters:

  • -c: compress
  • -u: uncompress
  • -f, --file <path>: input file name
  • -o, --output <path>: output file name

Output format
The program displays compression / decompression statistics on the screen:

  • the size of the original data
  • the size of the received data
  • the size that was used to store auxiliary data

All sizes are displayed in bytes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published