Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 408 Bytes

ECE468 Lab 2

Run-Length Encoding and Lempel-Ziv-Welch Encoding/Decoding

For this assignement I implemented the encoding and decoding algorithms for both Run-Length Endocing (RLE) and Lempel-Ziv-Welch (LZW).

Simple Run to Test Functionality

sh testScript.sh inputfile

or

make

./rleEncode inputfile
./rleDecode inputfile.rle

./lzwEncode inputfile
./lzwDecode inputfile.lzw