Quantum Data Structure for Range Minimum Query

Abstract

Given an array a[1..n], the Range Minimum Query (RMQ) problem is to maintain a data structure that supports RMQ queries: given a range [l, r], find the index of the minimum element among a[l..r], i.e., argmini ∈ [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) for performing q = O(n) operations without preprocessing, compared to the classical (n+q). As an application, we obtain a time-efficient quantum algorithm for k-minimum finding without the use of quantum random access memory.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…