Skip to content

The task is to write code for an encoder and decoder that implement "run length encoding". Run length encoding is a form of lossless compression in which runs of data are stored as single data value and count. The encoder and decoder should work for all alphanumeric and special characters. 

Notifications You must be signed in to change notification settings

HmUmaxKhan/Encoding-and-Decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

The task is to write code for an encoder and decoder that implement "run length encoding". Run length encoding is a form of lossless compression in which runs of data are stored as single data value and count. The encoder and decoder should work for all alphanumeric and special characters. 

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages