Skip to content

pvs1209pvs/Huffman-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages