An open API service indexing awesome lists of open source software.

https://github.com/formiat/huffman_archiver

Visual Studio 2017 C++ Console Project
https://github.com/formiat/huffman_archiver

2018 archiver console-application cpp cpp11 huffman-algorithm huffman-encoder simple trivial utility visual-studio visual-studio-2017 visualstudio visualstudio2017 windows windows-10

Last synced: 8 months ago
JSON representation

Visual Studio 2017 C++ Console Project

Awesome Lists containing this project

README

          

# 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]