pvs1209pvs / Huffman-Compression

Lossless text compression using Huffman Coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman-Compression

Algorithm for lossless compression for text by designating unique variable-sized binary code rather than fixed-sized binary codes to different characters. Regularly occurring characters are allowed smaller sized binary codes and less frequently occurring characters are assigned larger sized binary codes. All the characters existing in the text file, variable-sized binary codes, and ASCII values are used to encode and decode the text.

About

Lossless text compression using Huffman Coding.


Languages

Language:Kotlin 100.0%