Skip to content

C++ program that compress text file using huffman coding

License

Notifications You must be signed in to change notification settings

laecheng/HuffmanCoding

Repository files navigation

Huffman Coding

  • 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.

Usage

$ make
$ ./compress inputFile outputFile
$ ./uncompress inputFile outputFile

Environment

  • An environment to run C++ on your device.
  • Follow this guidance to install C++ on your operating system.

Install

$ git clone git@github.com:laecheng/HuffmanCoding.git .

License

  • Huffman Coding is Copyright © 2017-2018 chaoran cheng. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

C++ program that compress text file using huffman coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published