An open API service indexing awesome lists of open source software.

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

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.