Skip to content

scottmwinters/CompressionAlgorithms

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors