File compression using the Huffman algorithm.
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.