Skip to content

formiat/Huffman_Archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]