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

https://github.com/jacobious52/huffman_compression_c

huffman encoding and decoding compression in c
https://github.com/jacobious52/huffman_compression_c

Last synced: about 2 months ago
JSON representation

huffman encoding and decoding compression in c

Awesome Lists containing this project

README

          

# huffman_compression_c
huffman encoding and decoding compression in c

Priority Queue (Min Heap) and Huffman encoding

Will be able to write and read Lossless compressed file when complete

Just a small side project for educational/fun purposes