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.
- Host: GitHub
- URL: https://github.com/buscedv/huffman
- Owner: Buscedv
- License: gpl-3.0
- Created: 2019-04-29T19:15:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T11:33:34.000Z (over 6 years ago)
- Last Synced: 2025-01-30T19:42:24.140Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.