https://github.com/alainakafkes/huffmantree
A prefix-coded tree that encodes ("huffs") and decodes ("puffs") plaintext files
https://github.com/alainakafkes/huffmantree
algorithms c-plus-plus huffman-algorithm huffman-coding huffman-compression-algorithm
Last synced: 2 months ago
JSON representation
A prefix-coded tree that encodes ("huffs") and decodes ("puffs") plaintext files
- Host: GitHub
- URL: https://github.com/alainakafkes/huffmantree
- Owner: alainakafkes
- Created: 2015-12-13T20:04:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T20:08:30.000Z (over 9 years ago)
- Last Synced: 2025-01-02T12:11:53.756Z (4 months ago)
- Topics: algorithms, c-plus-plus, huffman-algorithm, huffman-coding, huffman-compression-algorithm
- Language: C++
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huffmantree
A prefix-coded tree that encodes ("huffs") and decodes ("puffs") plaintext files