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

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

Basic implementation of Huffman coding
https://github.com/xetera/huffman-coding

Last synced: over 1 year ago
JSON representation

Basic implementation of Huffman coding

Awesome Lists containing this project

README

          

# Huffman Coding

Basic implementation of huffman encoding + decoding

Here's an example compression factor when encoding the `huffman.cpp` file:

![](https://media.discordapp.net/attachments/418699380833648644/977534952923078666/unknown.png)