Update README.org

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:16:16 +02:00 committed by GitHub
parent 807c93c28b
commit 687e9185d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.