Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ismaildrs/huffman-compression

An implementation of huffman compression using c++
https://github.com/ismaildrs/huffman-compression

huffman-algorithm huffman-coding huffman-compression-algorithm huffman-tree

Last synced: about 1 month ago
JSON representation

An implementation of huffman compression using c++

Awesome Lists containing this project

README

        

# Huffman Compression

## Getting Started
To build the executable file, navigate to the build directory and run:

```sh
cd build
make
```

## Compression
To compress a file, use the following command:

```sh
./hc -z
```

## Decompression
To decompress a file, use the following command:

```sh
./hc -uz
```

## Help
For a list of available commands, use:

```sh
./hc -h
```