Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman compressor and decompressor.

Header-only library that contains a implementation of Huffman compressor and decompressor.

Installation

First, you need Cmake installed on your system.

Then, run the following on the root directory of the project for compile:

mkdir build && cd build
cmake ..
make

The executable files will be in the sub-directory of the build called bin

About

Implementation of Huffman compressor and decompressor

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages