hironcode / huffman

Demonstrate the huffman coding algorithm on an arbitrary text and compare the bit size and decoding time with a binary code decoded by the fixed coding algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Demonstrate the huffman coding algorithm on an arbitrary text and compare the bit size and decoding time with a binary code decoded by the fixed coding algorithm.


Languages

Language:Python 100.0%