Skip to content

dazzz123/Data-Compression-Algorithm-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Huffman coding is a popular algorithm used for data compression. It is a variable-length prefix coding technique that assigns shorter codes to frequently occurring symbols and longer codes to less frequent symbols. This compression technique reduces the overall size of the data by utilizing fewer bits to represent common symbols.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors