Skip to content

Run-length encoding (RLE) is a data compression technique used to reduce the size of repeated sequences of data in an array or stream. It works by replacing consecutive repeated occurrences of a data value with a count and a single value.

Notifications You must be signed in to change notification settings

darian-catalin-cucer/run-lenght-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

run-lenght-encoding

Run-length encoding (RLE) is a data compression technique used to reduce the size of repeated sequences of data in an array or stream. It works by replacing consecutive repeated occurrences of a data value with a count and a single value.

About

Run-length encoding (RLE) is a data compression technique used to reduce the size of repeated sequences of data in an array or stream. It works by replacing consecutive repeated occurrences of a data value with a count and a single value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages