2018
DOI: 10.1007/978-3-319-78825-8_28
|View full text |Cite
|
Sign up to set email alerts
|

How to Answer a Small Batch of RMQs or LCA Queries in Practice

Abstract: In the Range Minimum Query (RMQ) problem, we are given an array A of n numbers and we are asked to answer queries of the following type: for indices i and j between 0 and n − 1, query RMQ A (i, j) returns the index of a minimum element in the subarray A[i . . j]. Answering a small batch of RMQs is a core computational task in many realworld applications, in particular due to the connection with the Lowest Common Ancestor (LCA) problem. With small batch, we mean that the number q of queries is o(n) and we have … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
12
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(12 citation statements)
references
References 24 publications
0
12
0
Order By: Relevance
“…Their best result obtains competitive results against existing solutions, except possibly for small queries. Their results show query times essentially equal to ours and the algorithm of Alzamel, Charalampopoulos, Iliopoulos, and Pissis [2018] for large queries, but they also obtain 10 times slower performance for small queries.…”
Section: Related Workmentioning
confidence: 58%
See 4 more Smart Citations
“…Their best result obtains competitive results against existing solutions, except possibly for small queries. Their results show query times essentially equal to ours and the algorithm of Alzamel, Charalampopoulos, Iliopoulos, and Pissis [2018] for large queries, but they also obtain 10 times slower performance for small queries.…”
Section: Related Workmentioning
confidence: 58%
“…We compared experimentally these approaches in Section 4. The results showed that out approach was competitive, both in terms of time and space, our prototype V was actually faster than the prototype B by Alzamel et al [2018]. We also showed that it was possible for our data structure to obtained O(1) amortized query time (Corolary 1), mostly for theoretical competitiveness.…”
Section: Discussionmentioning
confidence: 76%
See 3 more Smart Citations