Skip to content

AmeyCaps/Run-length-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Run-length-encoding

Run length encoding is a simple lossless data compression algorith . For example - if string to be compressed is "wwwaabbbb" , then compressed string will be "3w2a4b".

About

Run length encoding .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages