This is an old revision of the document!
Version 2 of our RLE algorithm.
This time we will be encoding and decoding similar data focusing on more than one byte.
Run Length Encoding (RLE) Data Compression Algorithm Run-length encoding (RLE) algorithm is a lossless compression of runs of data, where repeated sequences of data are stored as a representation of a single data value and its count (how many times it repeats consecutively). RLE encoding is commonly used in JPEG, TIFF, and PDF files, to name a few examples. =====SPECIFICATIONS===== *Our task is to ask questions on Discord or in class and document our findings on this wiki page collaboratively, regarding the functionality of this project. *For anybody interested in editing the wiki page, here is the dokuwiki user guide: https://www.dokuwiki.org/wiki:syntax#basic_text_formatting -Ash ====CUSTOMIZATION: variable stride==== =====PROGRAM===== =====OUTPUT SPECIFICATIONS===== =====VERIFICATION=====