Skip to content

zip uses huffman binary trees for a lossless file compression algorithm

Notifications You must be signed in to change notification settings

anthonytedja/zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip

Demo Gif

zip utilizes huffman binary trees for lossless file compression and decompression.

Setup & Usage

profile.py : run to profile the compression and decompression rates and runtime given a file and the number of iterations.

compress.py : run to specify compression / decompression with a path to the file.

Features

  • Average 1.5:1 Compression Ratio

Built With

  • Pycharm
  • Visual Studio Code

About

zip uses huffman binary trees for a lossless file compression algorithm

Topics

Resources

Stars

Watchers

Forks

Languages