Skip to content

eudisd/compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes:

  • The Arithmatic codec scheme is coded as a utility in python. The core compression algorithm can be found in the encode() function The decompression algorithm is found in decode(), accordingly. ###Run:

python arithmatic.py inputfile outputfile

  • The LZW codec scheme is also coded as a utility in python. The core compression algorithm can be found in the encode() function. The decompression algorithm is found in decode(). ###Run:

python lzw.py inputfile outputfile

About

Set of compression algorithms I've implemented

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages