Skip to main content

Questions tagged [query-complexity]

0 votes
0 answers
64 views

Given a graph with $n$ nodes where some of the edges are defective and two nodes $u,v$ of the graph which are not connected by a path of non defective edges, I am allowed to query any two nodes $a,b$ ...
Hao S's user avatar
  • 358
0 votes
0 answers
59 views

Suppose you have an array $a$ of $n$ elements in a set $X$, and an associative binary operation $\circ \ \colon X \times X \rightarrow X$, that can be evaluated in constant time, but is costly (e.g. $...
Fam's user avatar
  • 1
1 vote
0 answers
57 views

TL;DR What is the time complexity of a $k$-dimensional prefix search in a "$k$d-trie" (not a "kd-tree") in the worst and average cases ? Here, the $k$d-trie is a standard trie that ...
Polyver's user avatar
  • 21
0 votes
0 answers
99 views

Given n points, is there a data structure of size at most $O(n.log\, n)$ that can answer to an "origin-pegged" $d$-dimensional range query $Q = ([0, x_1], [0, x_2], ..., [0, x_d])$ in log or ...
Polyver's user avatar
  • 21
3 votes
0 answers
115 views

Let ${\tt QH}$ stand for the Query Hierarchy, defined as the union of all classes ${\tt P}^{{\tt NP}[k]}$, of problems solvable by polynomial time machines making at most $k$ queries to ${\tt NP}$ and ...
user6767509's user avatar
-2 votes
1 answer
130 views

I'm struggling at finding the difference between algorithms that use i.i.d random queries then request their labels and algorithms that use membership queries. Membership queries allow the learner to ...
Saginus's user avatar
  • 122
4 votes
0 answers
91 views

Many combinatorial optimization problems can be described as follows. We are given a set system $(E,I)$, where $I \subseteq 2^E$ and a weight function $w: E \rightarrow \mathbb{N}$. The goal is to ...
John's user avatar
  • 432
5 votes
1 answer
133 views

Suppose we have a sparse undirected graph $G = (V, E)$ with $|E| = O(|V|)$, and we want to process it and then answer queries of the following type: given a set $A$, is it an independent set in the ...
Command Master's user avatar
14 votes
1 answer
482 views

I am faced with the following problem: A uniformly random $n \times n$ matrix $M$ over a finite field $\mathbb{F}$ is sampled. The algorithm has oracle access to the matrix entries, and each query to ...
Geoffroy Couteau's user avatar
1 vote
1 answer
188 views

Many width parameters are invented to capture the tractability of CSP (and its equivalent problem, conjunctive queries (CQ) evaluation): treewidth, hypertree width, generalized hypertree width, ...
xxks-kkk's user avatar
  • 125
6 votes
1 answer
284 views

Some preliminaries first. Consider a purely-relational structure (a.k.a. database) $\mathfrak{A} = (A, R_1^{\mathfrak{A}}, \ldots, R_{|\tau|}^{\mathfrak{A}})$ over some finite signature $\tau = \{ R_1,...
Bartosz Bednarczyk's user avatar
1 vote
1 answer
140 views

I am currently organizing the literature of composition theorem, and I found the paper by https://www.research.cs.rutgers.edu/~troyjlee/Composition.pdf, in their theorem 5, I find $$ R_{1/4} (f \circ ...
exteral's user avatar
  • 113
6 votes
1 answer
170 views

Consider the following computational problem, where $I$ is the real interval $[-1,1]$: There is a monotonically-increasing function $f: I\to I$. You are allowed to access it only through queries of ...
Erel Segal-Halevi's user avatar
1 vote
0 answers
60 views

In many of the problems trying to solve hidden shift over some objects like graphs mainly the rigid classes are considered. For eg. in this and this isomorphism problem restricted over rigid graphs is ...
Root's user avatar
  • 387
7 votes
2 answers
433 views

A property of simple $n$-vertex graphs is said to be evasive if its deterministic query complexity is exactly maximal, $\binom{n}{2}$ (that is, the best algorithm must query all $\binom{n}{2}$ ...
Joshua Grochow's user avatar

15 30 50 per page