-
Notifications
You must be signed in to change notification settings - Fork 0
alexpavlov96/HuffmanCoding
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Implementation of Huffman compression algorithm Platforms: Linux, Windows Build: 'make' produces 'encode' & 'decode' executables: 'encode' -- compresses any input file using Huffman algorithm: $ encode <input-file> <output-file> 'decode' -- decompresses input file to the original one: $ decode <input-file> <output-file> 'make test' produces 'test' executable: 'test' -- runs equality tests on files mentioned in main.cpp (default files are stored in a folder 'testing'): encode 'input' 'encoded'; decode 'encoded' 'decoded; then compares 'input' with 'decoded'
About
Implementation of encoding and decoding data using Huffman compression algorithm
Resources
Stars
Watchers
Forks
Packages 0
No packages published