For a partial word w the longest common compatible prefix of two positions i, j, denoted lccp(i,j), is the largest k such that w[i,i+k-1] and w[j,j+k-1] are compatible. The LCCP problem is to preprocess a partial word in such a way that any query lccp(i,j) about this word can be answered in O(1) time. We present a simple solution to this problem that works for any linearly-sortable alphabet. Our preprocessing is in time O(n?+n), where ? is the number of blocks of holes in w.
A note on the longest common compatible prefix problem for partial words
Alessio Langiu;
2015
Abstract
For a partial word w the longest common compatible prefix of two positions i, j, denoted lccp(i,j), is the largest k such that w[i,i+k-1] and w[j,j+k-1] are compatible. The LCCP problem is to preprocess a partial word in such a way that any query lccp(i,j) about this word can be answered in O(1) time. We present a simple solution to this problem that works for any linearly-sortable alphabet. Our preprocessing is in time O(n?+n), where ? is the number of blocks of holes in w.File in questo prodotto:
Non ci sono file associati a questo prodotto.
I documenti in IRIS sono protetti da copyright e tutti i diritti sono riservati, salvo diversa indicazione.