Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 179 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 179 Bytes

Compression Algorithms

  • RLE (C++)
  • Huffman (C++)
  • JPEG (a better implementation is coming) (Python)

TODO

  • AutoEncoder

Example of Huffman :