Go to file
Phuntsok Drak-pa 72c71c306f Changed I/O, compression behavior, removed threads 2018-05-25 12:00:58 +02:00
.circleci testing circle-ci #8 2018-05-23 17:58:21 +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
includes Added portable getopt 2018-04-29 14:11:56 +02:00
src Changed I/O, compression behavior, removed threads 2018-05-25 12:00:58 +02:00
.bettercodehub.yml updated bettercodehub settings 2018-05-23 22:54:41 +02:00
.gitignore Fixed issue with threads leftovers 2018-04-26 11:59:09 +02:00
.travis.yml removed codecov 2018-05-23 17:10:27 +02:00
CMakeLists.txt For some reason it worked before but not anymore 2018-05-25 12:00:30 +02:00
LICENSE Create LICENSE 2018-04-08 19:07:43 +02:00
README.md Added CircleCI badge 2018-05-23 18:11:41 +02:00

README.md

CircleCI Travis Badge Codacy Badge CodeFactor Spacemacs Badge BCH compliance

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.