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

https://github.com/endreot/huffman-code

C# Implementation of huffman compression algorithm
https://github.com/endreot/huffman-code

csharp huffman-compression-algorithm

Last synced: about 1 month ago
JSON representation

C# Implementation of huffman compression algorithm

Awesome Lists containing this project

README

        

# Huffman-Code

## Description
A command line script implementation of Huffman Encoding. Currently encodes an argument string and then decodes and prints it.

## Future improvements
- [ ] Save both huffman tree and binary string encoding in a binary file
- [ ] Be able to decode a binary file containing both both huffman tree and binary string encoding

Resources: https://en.wikipedia.org/wiki/Huffman_coding