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
- Host: GitHub
- URL: https://github.com/jacobious52/huffman_compression_c
- Owner: Jacobious52
- Created: 2017-02-16T14:38:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T17:56:33.000Z (over 9 years ago)
- Last Synced: 2025-03-11T16:34:00.036Z (about 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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