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

https://github.com/buscedv/huffman

A program that takes in text as input or from a text file and outputs stats on how the file would be if it where to be compressed using Huffman coding. This is just and example and this program dosen't actually compress or decompress files.
https://github.com/buscedv/huffman

Last synced: about 1 year ago
JSON representation

A program that takes in text as input or from a text file and outputs stats on how the file would be if it where to be compressed using Huffman coding. This is just and example and this program dosen't actually compress or decompress files.

Awesome Lists containing this project

README

          

# Huffman
A program that takes in text as input or from a text file and outputs stats on how the file would be if it where to be compressed using Huffman coding. This is just and example and this program dosen't actually compress or decompress files.