We revisit the problem of finding shortest unique substring (SUS) proposed recently by Pei et al. (ICDE'13). We propose an optimal O(n) time and space algorithm that can find an SUS for every location of a string of size n and thus significantly improve their O(n 2) time complexity. Our method also supports finding all the SUSes covering every location, whereas theirs can find only one SUS for every location. Further, our solution is simpler and easier to implement and can also be more space efficient in practice, since we only use the inverse suffix array and the longest common prefix array of the string, while their algorithm uses the suffix tree of the string and other auxiliary data structures. Our theoretical results are validated by a...
This thesis revisits the k-mismatch shortest unique substring (SUS) finding problem and demonstrates...
This paper revisits the k-mismatch shortest unique substring finding problem and demonstrates that a...
AbstractThe object of the shortest common superstring problem (SCS) is to find the shortest possible...
WOS: 000347602000043We revisit the problem of finding shortest unique substring (SUS) proposed recen...
A substring Q of a string S is called a shortest unique substring (SUS) for interval [s,t] in S, if ...
Let be a string of length n and be the substring of starting at position i and ending at position j....
Let T[1, n] be a string of length n and T[i, j] be the substring of T starting at position i and end...
Given a string X[1, n] and a position k in [1, n], the Shortest Unique Substring of X covering k, de...
We consider the problem of answering shortest unique substring (SUS) queries on run-length encoded s...
We extend recent results regarding finding shortest unique substrings (SUSs) to obtain new time-spac...
Given a string X[1, n] and a position k ∈ [1, n], the Shortest Unique Substring of X covering k, den...
We revisit the exact shortest unique substring (SUS) finding problem, and propose its approximate ve...
Given a string X[1,n] and a position k∈[1,n], a Shortest Unique Substring of X covering k, denoted b...
Abstract. Let D be a long input string of n characters (from an alphabet of size up to 2w, wherew is...
A palindromic substring $T[i.. j]$ of a string $T$ is said to be a shortest unique palindromic subst...
This thesis revisits the k-mismatch shortest unique substring (SUS) finding problem and demonstrates...
This paper revisits the k-mismatch shortest unique substring finding problem and demonstrates that a...
AbstractThe object of the shortest common superstring problem (SCS) is to find the shortest possible...
WOS: 000347602000043We revisit the problem of finding shortest unique substring (SUS) proposed recen...
A substring Q of a string S is called a shortest unique substring (SUS) for interval [s,t] in S, if ...
Let be a string of length n and be the substring of starting at position i and ending at position j....
Let T[1, n] be a string of length n and T[i, j] be the substring of T starting at position i and end...
Given a string X[1, n] and a position k in [1, n], the Shortest Unique Substring of X covering k, de...
We consider the problem of answering shortest unique substring (SUS) queries on run-length encoded s...
We extend recent results regarding finding shortest unique substrings (SUSs) to obtain new time-spac...
Given a string X[1, n] and a position k ∈ [1, n], the Shortest Unique Substring of X covering k, den...
We revisit the exact shortest unique substring (SUS) finding problem, and propose its approximate ve...
Given a string X[1,n] and a position k∈[1,n], a Shortest Unique Substring of X covering k, denoted b...
Abstract. Let D be a long input string of n characters (from an alphabet of size up to 2w, wherew is...
A palindromic substring $T[i.. j]$ of a string $T$ is said to be a shortest unique palindromic subst...
This thesis revisits the k-mismatch shortest unique substring (SUS) finding problem and demonstrates...
This paper revisits the k-mismatch shortest unique substring finding problem and demonstrates that a...
AbstractThe object of the shortest common superstring problem (SCS) is to find the shortest possible...