🤖 AI Summary
This paper addresses the convex hull and maximal point set problems for two-dimensional sorted point sets, presenting the first non-recursive quantum algorithm for these tasks. Methodologically, it introduces a “Quantum Combine-and-Conquer” paradigm, strategically relocating critical quantum operations—such as quantum superposition, amplitude amplification, and output-sensitive query optimization—to the merge phase, thereby eliminating recursive overhead. It further proposes the first quantum adaptation of the “marriage-before-conquest” strategy. The resulting algorithm achieves, with high probability, a sublinear time complexity of Õ(√(nh)), where *n* is the input size and *h* the output size—breaking the classical Ω(*n*) lower bound for sorted inputs. This improves significantly over the optimal classical O(*n* log *n*) algorithm. The work establishes a novel quantum acceleration paradigm for computational geometry, demonstrating that sorting-aware quantum design can yield provable super-classical speedups for fundamental geometric problems.
📝 Abstract
We introduce a quantum algorithm design paradigm called combine and conquer, which is a quantum version of the"marriage-before-conquest"technique of Kirkpatrick and Seidel. In a quantum combine-and-conquer algorithm, one performs the essential computation of the combine step of a quantum divide-and-conquer algorithm prior to the conquer step while avoiding recursion. This model is better suited for the quantum setting, due to its non-recursive nature. We show the utility of this approach by providing quantum algorithms for 2D maxima set and convex hull problems for sorted point sets running in $ ilde{O}(sqrt{nh})$ time, w.h.p., where $h$ is the size of the output.