Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimpunk/huffman.rs
Basic implementation of Huffman coding (in Rust, of course)
https://github.com/vimpunk/huffman.rs
Last synced: 7 days ago
JSON representation
Basic implementation of Huffman coding (in Rust, of course)
- Host: GitHub
- URL: https://github.com/vimpunk/huffman.rs
- Owner: vimpunk
- Created: 2018-11-12T00:44:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T00:47:34.000Z (about 6 years ago)
- Last Synced: 2023-10-06T18:33:16.403Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huffman.rs
Basic Rust implementation of [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding). Was curious is all. Probably not worth your time.