Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compression Algorithms

Simple and elegant implementations of compression algorithms written in C++.
Includes implementations for Huffman, LZ77 and LZW (implemented using a Trie data structure).

Done as homework for the "Data Compression and Encryption" course.
All projects have a GUI build with WinForms using C++/CLI, so Visual Studio is needed to compile them.

About

Simple and elegant implementations of compression algorithms in C++.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages