Go to file
Phuntsok Drak-pa 7775fec68e test nouvelles fonctions 2018-06-17 04:09:25 +02:00
.circleci update CircleCI 2018-05-25 13:39:55 +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
docs Added documentation generation as CMake target for Release 2018-05-25 13:20:46 +02:00
src test nouvelles fonctions 2018-06-17 04:09:25 +02:00
.gitignore Added documentation generation as CMake target for Release 2018-05-25 13:20:46 +02:00
.travis.yml OSX deactivated for now 2018-06-15 19:54:47 +02:00
CMakeLists.txt test nouvelles fonctions 2018-06-17 04:09:25 +02:00
LICENSE Create LICENSE 2018-04-08 19:07:43 +02:00
README.md removed bettercode 2018-06-09 02:50:48 +02:00

README.md

CircleCI Travis Badge Codacy Badge CodeFactor 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.