2018-05-23 16:11:41 +00:00
[![CircleCI ](https://circleci.com/gh/Phundrak/lzw-assignment/tree/master.svg?style=svg )](https://circleci.com/gh/Phundrak/lzw-assignment/tree/master)
2018-04-15 15:33:20 +00:00
[![Travis Badge ](https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master )](https://travis-ci.org/Phundrak/lzw-assignment)
2018-04-26 11:59:47 +00:00
[![Codacy Badge ](https://api.codacy.com/project/badge/Grade/80cf9a0514554f368effaf78d8e4ae15 )](https://www.codacy.com/app/Phundrak/lzw-assignment?utm_source=github.com& utm_medium=referral& utm_content=Phundrak/lzw-assignment& utm_campaign=Badge_Grade)
2018-05-07 17:11:04 +00:00
[![CodeFactor ](https://www.codefactor.io/repository/github/phundrak/lzw-assignment/badge )](https://www.codefactor.io/repository/github/phundrak/lzw-assignment)
2018-04-15 15:28:05 +00:00
[![Spacemacs Badge ](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg )](http://spacemacs.org)
2018-05-23 15:21:56 +00:00
[![BCH compliance ](https://bettercodehub.com/edge/badge/Phundrak/lzw-assignment?branch=master )](https://bettercodehub.com/)
2018-04-15 15:28:05 +00:00
# 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.