Go to file
Phuntsok Drak-pa 68743e73cd test? 2018-04-08 15:26:47 +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 Added Doxyfile 2018-04-05 18:47:40 +02:00
src from one file to several 2018-04-05 18:47:07 +02:00
.gitignore test? 2018-04-08 15:26:47 +02:00
.travis.yml test? 2018-04-08 15:23:25 +02:00
CMakeLists.txt test? 2018-04-08 15:26:47 +02:00
README.org Update README.org 2018-04-06 04:09:33 +02:00

README.org

https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master

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.