https://github.com/omriwa/huffman_code
Implementation of huffman code in python
https://github.com/omriwa/huffman_code
algorithm encoding python
Last synced: 4 months ago
JSON representation
Implementation of huffman code in python
- Host: GitHub
- URL: https://github.com/omriwa/huffman_code
- Owner: omriwa
- Created: 2017-11-05T12:28:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T12:56:31.000Z (about 8 years ago)
- Last Synced: 2025-03-14T15:23:10.825Z (9 months ago)
- Topics: algorithm, encoding, python
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description:
My implementation of huffman code, link to huffman code https://en.wikipedia.org/wiki/Huffman_coding.
How to run:
1.Just run the main.py.
2.rest of the instructions you will see in the cmd when you will run it.