Skip to content

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

Notifications You must be signed in to change notification settings

twinklesharma1311/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages