# 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.