tyhal / comp317-ass1

LZ78 Compress and Decompress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comp317-ass1

build each and output their class (Run from project root)

javac -d . src/*.java

Compress

lz78c $FILE $BITS

Decompress

lz78d $FILE

About

LZ78 Compress and Decompress


Languages

Language:Java 96.5%Language:Shell 3.5%