Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oezeb/huffman-coding

Compress and Decompress file using Huffman algorithm
https://github.com/oezeb/huffman-coding

Last synced: 9 days ago
JSON representation

Compress and Decompress file using Huffman algorithm

Awesome Lists containing this project

README

        

# Huffman Coding
Compress and Decompress file using Huffman algorithm

## Usage

g++ -o huffman main.cc bitstream.h huffman.h
./huffman -c
./huffman -d