blob: 74ef205979c5a785ec03481962adeee1bc3ac7b7 (
plain)
1
2
3
4
5
6
7
8
9
|
# huffman
Implementation of [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding?oldformat=true) made for educational purposes.
## Usage
`python3 draft.py [file_name]` to run the python draft.
`cargo run [file_name]` for the real thing.
|