Skip to content

ssoemoe/py-data-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Compression Algorithms

Purpose: To practice lossless data compression algorithms (encodings) and to be more familiar with Python

Lossless Data Compression Algorithms

  1. Run-length encoding
  2. Huffman encoding
  3. LZ77 encoding (mostly used in zips)