Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages