twinklesharma1311 / Huffman-Coding

Implemented Huffman coding algorithm in C as part of under-graduation project. It is a lossless data compression algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman-Coding

Huffman coding is a lossless data compression algorithm. The idea is to assign variable-legth 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

Implemented Huffman coding algorithm in C as part of under-graduation project. It is a lossless data compression algorithm.


Languages

Language:C 100.0%