Re: qsort in BWT
- From: Willem <willem@xxxxxxxx>
- Date: Sun, 20 Nov 2005 21:39:15 +0000 (UTC)
Lyle wrote:
) What about as in my example...
) If the original string is fabababab$, then the two rotations:
)
) S1: ababab$fab and S2: ab$fababab will compare differently...
) According to BWT, ab$fababab is lexically greater than ababab$fab...
Remember, $ is a character smaller than all other characters.
So ab$fananan is lexically smaller than ababab$fab.
More generally, ab$<anything> is lexically smaller than ab<anything>.
So, with the addition of the EOF character, you can always stop comparing
before there is a wraparound.
SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
.
- Follow-Ups:
- Re: qsort in BWT
- From: Lyle
- Re: qsort in BWT
- References:
- qsort in BWT
- From: Lyle
- Re: qsort in BWT
- From: Willem
- Re: qsort in BWT
- From: Lyle
- Re: qsort in BWT
- From: 3rdtry
- Re: qsort in BWT
- From: Lyle
- qsort in BWT
- Prev by Date: Re: qsort in BWT
- Next by Date: Re: qsort in BWT
- Previous by thread: Re: qsort in BWT
- Next by thread: Re: qsort in BWT
- Index(es):
Relevant Pages
|
|