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
- Host: GitHub
- URL: https://github.com/formiat/huffman_archiver
- Owner: formiat
- Created: 2018-03-25T13:03:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T17:51:21.000Z (over 7 years ago)
- Last Synced: 2025-01-16T05:25:56.858Z (10 months ago)
- Topics: 2018, archiver, console-application, cpp, cpp11, huffman-algorithm, huffman-encoder, simple, trivial, utility, visual-studio, visual-studio-2017, visualstudio, visualstudio2017, windows, windows-10
- Language: C++
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]