https://github.com/webholik/huffman
Huffman coding algorithm in C
https://github.com/webholik/huffman
c compression-algorithm
Last synced: 14 days ago
JSON representation
Huffman coding algorithm in C
- Host: GitHub
- URL: https://github.com/webholik/huffman
- Owner: webholik
- Created: 2019-02-13T05:33:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T14:00:37.000Z (over 7 years ago)
- Last Synced: 2026-01-01T23:17:23.857Z (5 months ago)
- Topics: c, compression-algorithm
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huffman
This is a simple implementation of Huffman coding algorithm in C.
huffman [compress|decompress] input_file [output_file]