Skip to content

A simple implementation of Huffman Coding for text compression

License

Notifications You must be signed in to change notification settings

mcsorkun/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-Coding

A simple implementation of Huffman Coding for text compression.

alt text

Basically, it encodes characters into binary codes. The binary codes are assigned based on the frequency of each character.

We applied the following method to build the Huffman Tree (from Wikipedia):

alt text

Dependencies

  • pandas==0.25.1

About

A simple implementation of Huffman Coding for text compression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages