2015
DOI: 10.1007/978-3-662-48971-0_63
|View full text |Cite
|
Sign up to set email alerts
|

An In-place Framework for Exact and Approximate Shortest Unique Substring Queries

Abstract: Abstract. We revisit the exact shortest unique substring (SUS) finding problem, and propose its approximate version where mismatches are allowed, due to its applications in subfields such as computational biology. We design a generic in-place framework that fits to solve both the exact and approximate k-mismatch SUS finding, using the minimum 2n memory words plus n bytes space, where n is the input string size. By using the in-place framework, we can find the exact and approximate k-mismatch SUS for every stri… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

2018
2018
2021
2021

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 10 publications
(12 citation statements)
references
References 7 publications
0
12
0
Order By: Relevance
“…The idea of their 78 work is to reduce the position interval-based SUS query 79 problem to the well-known range minimum queries from 80 computational geometry. Hon et al [8], [9] presented a new 81 approach that allows in-place computation of k-mismatch 82 SUS-a new type of SUS queries they proposed. Their in-83 place algorithms still keep the OðnÞ time cost for exact SUS 84 queries (k ¼ 0), while having to spend Oðn 2 Þ time cost for 85 approximate SUS queries where mismatches are consid-86 ered.…”
Section: Prior Workmentioning
confidence: 99%
“…The idea of their 78 work is to reduce the position interval-based SUS query 79 problem to the well-known range minimum queries from 80 computational geometry. Hon et al [8], [9] presented a new 81 approach that allows in-place computation of k-mismatch 82 SUS-a new type of SUS queries they proposed. Their in-83 place algorithms still keep the OðnÞ time cost for exact SUS 84 queries (k ¼ 0), while having to spend Oðn 2 Þ time cost for 85 approximate SUS queries where mismatches are consid-86 ered.…”
Section: Prior Workmentioning
confidence: 99%
“…We use the following two sets containing interval and point SUSs, which were defined at the beginning of the introduction: Given an interval [s, t] ⊂ [1, n], [4,5], [5,8], [6,9], [7,11], [10,12], [13,14] [6,9], and rmMUS p T = [6,9].…”
Section: Muss and Sussmentioning
confidence: 99%
“…Let S = acbaaabcbcbcbaab. SUPS for interval [6,7] is the S[3..7] = baaab. SUPS for interval [7,8] In this paper, we tackle the following problem.…”
Section: Mups S Sups S and Our Problemmentioning
confidence: 99%
“…They also showed optimal O(n)-time preprocessing and O(k) query time algorithms which return all SUS s for any given position where k is the number of outputs. Moreover, Hon et al [6] proposed an in-place algorithm which returns a SUS . A more general problem called interval SUS problem, where a query is an interval, was considered by Hu et al [7].…”
Section: Introductionmentioning
confidence: 99%