lzw-assignment/README.md
Phuntsok Drak-pa 87c8fa8601 updated README
2018-05-23 17:21:56 +02:00

1.2 KiB

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.