Skip to content

natecross123/RLE-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RLE-compressor

Run-length encoding (RLE) in C. Is a form of lossless data compression in which consecutive occurrences of the same data value (runs of data) are stored as a single occurrence of that data value and a count of its consecutive occurrences. For this project a basic file compression was implimented using bytewise operations pointers, and file streams

About

Run-length encoding (RLE) in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages