vishalagg / Huffman_file_compression

Huffman code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman_file_compression

Huffman coding

Huffman coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters, lengths of the assigned codes are based on the frequencies of corresponding characters. The most frequent character gets the smallest code and the least frequent character gets the largest code.

About

Huffman code.


Languages

Language:Python 100.0%