https://github.com/robertbcolton/huffmancoder
A simple Huffman based compression tool.
https://github.com/robertbcolton/huffmancoder
Last synced: 2 months ago
JSON representation
A simple Huffman based compression tool.
- Host: GitHub
- URL: https://github.com/robertbcolton/huffmancoder
- Owner: RobertBColton
- License: gpl-3.0
- Created: 2015-10-31T07:10:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T22:03:04.000Z (over 9 years ago)
- Last Synced: 2025-02-09T18:23:36.628Z (4 months ago)
- Language: C++
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About Project
This was my personal attempt at building a Huffman compression tool. This is
simply a hobby project and not meant for commercial use. The project and its
source code are licensed under the GNU GPLv3 and you should feel free to make
derivatives or use the source for your own educational purposes.