English

Quantum Data Structure for Range Minimum Query

Quantum Physics 2026-01-23 v1 Data Structures and Algorithms

Abstract

Given an array a[1..n]a[1..n], the Range Minimum Query (RMQ) problem is to maintain a data structure that supports RMQ queries: given a range [l,r][l, r], find the index of the minimum element among a[l..r]a[l..r], i.e., argmini[l,r]a[i]\operatorname{argmin}_{i \in [l, r]} a[i]. In this paper, we propose a quantum data structure that supports RMQ queries and range updates, with an optimal time complexity Θ~(nq)\widetilde \Theta(\sqrt{nq}) for performing q=O(n)q = O(n) operations without preprocessing, compared to the classical Θ~(n+q)\widetilde\Theta(n+q). As an application, we obtain a time-efficient quantum algorithm for kk-minimum finding without the use of quantum random access memory.

Keywords

Cite

@article{arxiv.2601.13195,
  title  = {Quantum Data Structure for Range Minimum Query},
  author = {Qisheng Wang and Zhean Xu and Zhicheng Zhang},
  journal= {arXiv preprint arXiv:2601.13195},
  year   = {2026}
}

Comments

24 pages, 2 tables, 1 figure, 5 algorithms