/huffman-archiver

Archiver, based on Huffman's codes

Primary LanguageC++

huffman-archiver

This is CLI archiver, based on Huffman's coding.

How to use

Archiver maintains the following comands:

  • -c archive_name file1 [file2 ...] -> archive files file1 [file2 ...] and save result in file archive_name.

  • -d archive_name -> unzip files from archive archive_name and put to the current directory.

  • -h -> help