It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming C and C++ Forum

RLE . .

RLE . .

Postby jhaztine on Mon Oct 16, 2006 6:17 am

can u give me some examples of RLE?
jhaztine
 
Posts: 2
Joined: Mon Oct 16, 2006 6:04 am

Postby muthusrinivasan on Sat Apr 21, 2007 2:03 am

RLE is the Real Length Encoding

it converts the chars like aaaaaaaaa to aa7 ,i.e the total no of a's is 9 can be encoded as aa7 .

if the string is somethng like this aaaaaaaaaaaa ( 12 a's ) , thn it can be encoded as aa9a

another ex : i/p is aa , then the op is aa0 .
muthusrinivasan
 
Posts: 0
Joined: Wed Dec 07, 2005 1:07 pm

Re: RLE . .

Postby vikasmailsu on Tue Feb 24, 2009 1:48 pm

run length encoding in which where we store reptition of character with count i.e how many times such a character exist. e.g

aaaaaaaaaaaagggggggggg

Using RLE:-12a10g

It is various types..

It is basic conecpts.
vikasmailsu
 
Posts: 2
Joined: Tue Feb 24, 2009 1:41 pm


Who is online

Users browsing this forum: No registered users and 0 guests