🤖 AI Summary
This work addresses the inefficiency of classical data structures in supporting both range minimum queries (RMQ) and range updates. To overcome this limitation, we propose a novel quantum data structure that operates without quantum random access memory (QRAM). By integrating quantum search with an efficient k-minimum finding technique, our approach simultaneously supports RMQ queries and range updates without requiring preprocessing. For a sequence of \( q = O(n) \) operations, the total time complexity is \( \tilde{O}(\sqrt{nq}) \), which significantly improves upon the classical bound of \( \tilde{O}(n + q) \). This result represents the first near-optimal quantum speedup for the RMQ problem that does not rely on QRAM.