Go to file
Phuntsok Drak-pa b1f3b5839f Fixed compilation parameters for multi-threading 2018-04-26 11:51:42 +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
doc updated Doxyfile 2018-04-10 10:39:03 +02:00
src Minor changes 2018-04-21 20:28:42 +02:00
.gitignore support for arguments + moved compression lines 2018-04-10 11:25:11 +02:00
.travis.yml test 2018-04-08 16:01:20 +02:00
CMakeLists.txt Fixed compilation parameters for multi-threading 2018-04-26 11:51:42 +02:00
LICENSE Create LICENSE 2018-04-08 19:07:43 +02:00
README.md Update README.md 2018-04-15 17:33:20 +02:00

README.md

Travis Badge Codacy Badge Spacemacs Badge

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.