Go to file
Phuntsok Drak-pa 3ce2754211 Simplified the horrible mess the UTF-8 encoding function was 2018-04-03 16:11:54 +02:00
bin initial commit 2018-03-20 21:41:46 +01:00
build initial commit 2018-03-20 21:41:46 +01:00
debug initial commit 2018-03-20 21:41:46 +01:00
src Simplified the horrible mess the UTF-8 encoding function was 2018-04-03 16:11:54 +02:00
CMakeLists.txt initial commit 2018-03-20 21:41:46 +01:00
README.org Added readme 2018-03-21 11:01:50 +01:00

README.org

LZW Compressing tool

This is a university assignment for which I aim to create an LZW algorithm implementation to create a small tool similar to gzip and gunzip that can compress and uncompress files in a lossless fashion.

This project is written is C++17, compiled with clang under a UNIX environment. Other compilers and environments will not be tested.