Skip to content

A super basic example of huffman compression done in python3. Compresses and decompresses using the huffman table that is generated.

Notifications You must be signed in to change notification settings

brendanbeck62/huffman-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

huffman-compression

A super basic example of huffman compression done in python3. Compresses and decompresses using the huffman table that is generated.

RUN

python3 huffman.py

About

A super basic example of huffman compression done in python3. Compresses and decompresses using the huffman table that is generated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages