|
Your time now: Mon Nov 23, 2009 12:01 pm
|
View unanswered posts | View active topics
| Author |
Message |
|
jhaztine
|
Post subject: RLE . . Posted: Mon Oct 16, 2006 7:17 am |
|
Joined: Mon Oct 16, 2006 7:04 am Posts: 2
|
|
can u give me some examples of RLE?
|
|
| Top |
|
 |
|
muthusrinivasan
|
Post subject: Posted: Sat Apr 21, 2007 3:03 am |
|
Joined: Wed Dec 07, 2005 2:07 pm Posts: 0
|
|
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 .
|
|
| Top |
|
 |
|
vikasmailsu
|
Post subject: Re: RLE . . Posted: Tue Feb 24, 2009 2:48 pm |
|
Joined: Tue Feb 24, 2009 2:41 pm Posts: 2
|
|
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.
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|