中文
相关论文

相关论文: Quantum complexities of ordered searching, sorting…

200 篇论文

We propose a quantum algorithm for closest pattern matching which allows us to search for as many distinct patterns as we wish in a given string (database), requiring a query function per symbol of the pattern alphabet. This represents a…

量子物理 · 物理学 2007-05-23 P. Mateus , Y. Omar

Let $G$ be an $n$-vertex graph with $m$ edges. When asked a subset $S$ of vertices, a cut query on $G$ returns the number of edges of $G$ that have exactly one endpoint in $S$. We show that there is a bounded-error quantum algorithm that…

数据结构与算法 · 计算机科学 2020-08-05 Troy Lee , Miklos Santha , Shengyu Zhang

Explorable heap selection is the problem of selecting the $n$th smallest value in a binary heap. The key values can only be accessed by traversing through the underlying infinite binary tree, and the complexity of the algorithm is measured…

数据结构与算法 · 计算机科学 2024-09-12 Sander Borst , Daniel Dadush , Sophie Huiberts , Danish Kashaev

It is usually assumed that a quantum computation is performed by applying gates in a specific order. One can relax this assumption by allowing a control quantum system to switch the order in which the gates are applied. This provides a more…

量子物理 · 物理学 2020-06-11 Mateus Araújo , Fabio Costa , Časlav Brukner

We present three algorithms to compute the complexity $\Vert n\Vert$ of all natural numbers $ n\le N$. The first of them is a brute force algorithm, computing all these complexities in time $O(N^2)$ and space $O(N\log^2 N)$. The main…

数论 · 数学 2014-04-22 J. Arias de Reyna , J. van de Lune

Suppose $P_n=\{1,2,...,n\}$ is a partially ordered set with the partial order defined by divisibility, that is, for any two distinct elements $i,j\in P_n$ satisfying $i$ divides $j$, $i<_{P_n} j$. A table $A_n=\{a_i|i=1,2,...,n\}$ of…

离散数学 · 计算机科学 2007-05-23 Yongxi Cheng , Xi Chen , Yiqun Lisa Yin

Sorting is a fundamental computational process, which facilitates subsequent searching of a database. It can be thought of as factorisation of the search process. The location of a desired item in a sorted database can be found by classical…

量子物理 · 物理学 2009-11-06 Apoorva Patel

In the exact quantum query model a successful algorithm must always output the correct function value. We investigate the function that is true if exactly $k$ or $l$ of the $n$ input bits given by an oracle are 1. We find an optimal…

量子物理 · 物理学 2018-01-11 Andris Ambainis , Jānis Iraids , Daniel Nagaj

We present a novel quantum algorithm for solving the unstructured search problem with one marked element. Our algorithm allows generating quantum circuits that use asymptotically fewer additional quantum gates than the famous Grover's…

One important goal of black-box complexity theory is the development of complexity models allowing to derive meaningful lower bounds for whole classes of randomized search heuristics. Complementing classical runtime analysis, black-box…

神经与进化计算 · 计算机科学 2016-04-11 Carola Doerr , Johannes Lengler

We continue the study of selection and sorting of $n$ numbers under the adversarial comparator model, where comparisons can be adversarially tampered with if the arguments are sufficiently close. We derive a randomized sorting algorithm…

数据结构与算法 · 计算机科学 2025-09-09 Chris Trevisan

Let X = (x_0,...,x_{n-1})$ be a sequence of n numbers. For \epsilon > 0, we say that x_i is an \epsilon-approximate median if the number of elements strictly less than x_i, and the number of elements strictly greater than x_i are each less…

量子物理 · 物理学 2007-05-23 Ashwin Nayak , Felix Wu

We combine the classical notions and techniques for bounded query classes with those developed in quantum computing. We give strong evidence that quantum queries to an oracle in the class NP does indeed reduce the query complexity of…

量子物理 · 物理学 2007-05-23 Harry Buhrman , Wim van Dam

Classical problems of sorting and searching assume an underlying linear ordering of the objects being compared. In this paper, we study a more general setting, in which some pairs of objects are incomparable. This generalization is relevant…

数据结构与算法 · 计算机科学 2007-07-12 Constantinos Daskalakis , Richard M. Karp , Elchanan Mossel , Samantha Riesenfeld , Elad Verbin

We study quantum algorithms for testing bipartiteness and expansion of bounded-degree graphs. We give quantum algorithms that solve these problems in time O(N^(1/3)), beating the Omega(sqrt(N)) classical lower bound. For testing expansion,…

量子物理 · 物理学 2011-09-12 Andris Ambainis , Andrew M. Childs , Yi-Kai Liu

We study the quantum query complexity of minor-closed graph properties, which include such problems as determining whether an $n$-vertex graph is planar, is a forest, or does not contain a path of a given length. We show that most…

量子物理 · 物理学 2011-05-20 Andrew M. Childs , Robin Kothari

We obtain the strongest separation between quantum and classical query complexity known to date -- specifically, we define a black-box problem that requires exponentially many queries in the classical bounded-error case, but can be solved…

量子物理 · 物理学 2007-05-23 J. Niel de Beaudrap , Richard Cleve , John Watrous

In this paper, we introduce a new quantum query lower bound framework. It is inspired by Zhandry's compressed oracle technique, but it also subsumes the polynomial method as a special case. Compared to Zhandry's technique, our approach has…

量子物理 · 物理学 2026-04-08 Aleksandrs Belovs

We consider the quantum query complexity of local search as a function of graph geometry. Given a graph $G = (V,E)$ with $n$ vertices and black box access to a function $f : V \to \mathbb{R}$, the goal is find a vertex $v$ that is a local…

计算复杂性 · 计算机科学 2024-12-19 Simina Brânzei , Nicholas J. Recker

We consider ordinal online problems, i.e., tasks that only require pairwise comparisons between elements of the input. A classic example is the secretary problem and the game of googol, as well as its multiple combinatorial extensions such…

数据结构与算法 · 计算机科学 2023-10-13 Nick Gravin , Enze Sun , Zhihao Gavin Tang