Hedroed / DataCompression

Data compression algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data compression algorithms

Data compression algorithms implemented :

  • Huffman coding - an optimal prefix code commonly used for lossless data compression
  • LZW - the algorithm of the widely used Unix file compression utility compress and used in the GIF image format

About

Data compression algorithms

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%