https://github.com/shsamariddin/huffman-compression
https://github.com/shsamariddin/huffman-compression
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shsamariddin/huffman-compression
- Owner: ShSamariddin
- Created: 2019-12-05T09:44:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T21:05:31.000Z (over 6 years ago)
- Last Synced: 2025-02-01T21:12:09.662Z (over 1 year ago)
- Language: C++
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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