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
-
Notifications
You must be signed in to change notification settings - Fork 0
natecross123/RLE-compressor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Run-length encoding (RLE) in C.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published