Skip to content

beaupletga/Compression_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compression Algorithms

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

TODO

  • AutoEncoder

Example of Huffman :