https://github.com/keeferrourke/huffpuff
This is my final grade 12 computer science project, written in C++, in which I studied the Huffman coding lossless compression algorithm.
https://github.com/keeferrourke/huffpuff
Last synced: over 1 year ago
JSON representation
This is my final grade 12 computer science project, written in C++, in which I studied the Huffman coding lossless compression algorithm.
- Host: GitHub
- URL: https://github.com/keeferrourke/huffpuff
- Owner: keeferrourke
- License: gpl-3.0
- Created: 2015-08-21T03:12:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T05:33:56.000Z (over 9 years ago)
- Last Synced: 2025-01-29T17:11:28.109Z (over 1 year ago)
- Language: C++
- Homepage: https://krourke.org/projects/huffman-coding
- Size: 343 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Huffman Coding
This is my final grade 12 computer science project, written in C++, in which I studied the Huffman coding lossless compression algorithm.
### What works
Compression works on most plain text files.
### What doesn't
Decompression is not yet implemented
### What needs to be done
A complete rewrite ~~is planned, as well as finishing the project.~~