Skip to content

C++ implementation of popular compression algorithms like Huffman encoding, Run length encoding, LZ77 and LZ78

Notifications You must be signed in to change notification settings

navyanshmahla/File-Compression-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

File-Compression-System

This is a simple repo that contains the implementation of the popular file compression algorithms

It contains the implementation of the following compression algorithms:

  1. Run Length encoding
  2. Huffman encoding
  3. Lempel Ziv

This repo is a supplement to the implementations of the algorithms that have been discussed in my blog here: https://navyanshmahla.github.io/posts/Information-Theory-and-Compression-Algorithms/

About

C++ implementation of popular compression algorithms like Huffman encoding, Run length encoding, LZ77 and LZ78

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages