- This is a program written in C++. It provides an efficiently implementation for Huffman Coding, which is a data compression algorithm. This program can compress text files and saves 80% storage space from the original text.
$ make
$ ./compress inputFile outputFile
$ ./uncompress inputFile outputFile
- An environment to run C++ on your device.
- Follow this guidance to install C++ on your operating system.
$ git clone git@github.com:laecheng/HuffmanCoding.git .
- Huffman Coding is Copyright © 2017-2018 chaoran cheng. It is free software, and may be redistributed under the terms specified in the LICENSE file.