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

https://github.com/shsamariddin/huffman-compression


https://github.com/shsamariddin/huffman-compression

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Huffman-Compression
#### This is Huffman compression algorithm during c++ course. Achieved 15-20 MB/sec compression rate
The algorithm runs from main.cpp with three arguments. The first argument is the name of the file to be encoded or decoded depending
on the third argument, and the second argument is the name of the file where the result should be written, the third argument is the type of operation