LZW Algorithm

Read more here

cd lzw-example

make clean && make

./lzw < lzw.cpp | ./uncompress > output.txt

# shouldn't show any difference
diff lzw.cpp output.txt