Merge branch 'master' of github.com:Phundrak/lzw-assignment

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:21:06 +02:00
commit fc38f1c741
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[[https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master][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.