formiat / Huffman_Archiver

Visual Studio 2017 C++ Console Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman_Archiver

Visual Studio 2017 C++ Console Project

Console application that implements Huffman compression algorithm.

Application should be called with command line parameters.

Parameters should be:

  1. [action] = '-c' (compress) or '-x' (extract)
  2. [input file name]
  3. [output file name]