Skip to main content

Questions tagged [polynomial-time]

5 votes
0 answers
168 views

I happen to be working on a problem whose decision version is trivial (decidable in uniform $\mathsf{AC^0}$) but whose search version is only known to be solvable within $\mathsf{FP}$. I have been ...
Noel Arteche's user avatar
  • 1,418
-2 votes
1 answer
178 views

Consider a poly-time algorithm that attempts to solve the GI problem on general graphs. However, the algorithm can only guarantee that it correctly decides the problem for a specific range of values ...
Pawan Aurora's user avatar
5 votes
0 answers
174 views

In this answer about the question $BPP \stackrel{?}{=} P$ it is written: To me, the intuitive reason for believing that $BPP = P$ is that if you describe to me a randomized algorithm, then in ...
Weier's user avatar
  • 523
2 votes
1 answer
126 views

Let $q : \mathbb{N} \to \Sigma^*$ be in $\mathrm{poly}$ (that is, $|q(n)|$ is polynomially bounded; the definition is essentially the good ol' "advice" from $\mathrm{P/poly}$). Also, let $M \...
hadizadeh.ali's user avatar
1 vote
1 answer
63 views

Let $A_n \subseteq \mathbb{N}, n \in \mathbb{N}$ be cofinite, but not necessarily computable as a function of $n$. Does there always exist a function $f$ such that $f$ has a polynomial-time Turing ...
hadizadeh.ali's user avatar
0 votes
1 answer
110 views

Consider a sequence of polynomials $\{p_n(\cdot)\}_{n=1}^\infty$ where $p_n$ is of degree doubly exponential in $n$, i.e. $deg(p_n) = 2^{2^n}$. Suppose there is an algorithm that on input $1^n$ ...
user918212's user avatar
-5 votes
1 answer
60 views

Recently, I wrote a paper (not published yet) about an algorithm that calculates the chromatic number of any graph in polynomial time. I have mathematical proof to support it, but it needs ...
Michael's user avatar
2 votes
1 answer
140 views

I'm interested in applications of optimal programs that convert one formal language into another (in particular Python to C++) so this seems highly related. I am thinking along the lines of "...
Luna's Chalkboard's user avatar
1 vote
0 answers
48 views

The 3SUM problem is defined as follows: Given three sets of integers $A,B,C \subseteq \{-W,\ldots,W\}$ for $W = n^3$, each containing $n$ integers, determine whether there exsists some $a \in A, b \in ...
dport's user avatar
  • 11
2 votes
0 answers
135 views

I'm having difficulty solving the following problem: We're given $n$ sets $X_1,\ldots, X_n$. Each set $X_i=\{(a_i,b_i)\}$ contains poly(n) many ordered pairs of non-negatives with $0\le a_i+b_i\le 1$. ...
Mengfan Ma's user avatar
1 vote
0 answers
58 views

We know that FO[LFP] captures PTIME on the class of ordered structures. However, I have difficulties interpreting this result. From what I understand, it means that, given a constant, finite alphabet $...
ruplet's user avatar
  • 11
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
1 vote
0 answers
63 views

Let $v_1,\dots,v_n$ be a basis of a vector subspace of $\Bbbk^N$, say for $\Bbbk$ a finite field. I would like an algorithm to find a linear combination of the $v_i$'s with small support, i.e. with ...
grok's user avatar
  • 191
2 votes
0 answers
87 views

$K^{poly}$, as well as other related problems such as $MCSP$, is believed to be hard on average [1, 2] when the input is sampled from a uniform distribution (since otherwise one way functions, pseudo-...
agemO's user avatar
  • 197
7 votes
1 answer
486 views

For a universal Turing machine $U$, the time bounded Kolmogorov complexity of a string $x$ is silmilar to the usual Kolmogorov complexity but limited to programs $p$ running in time at most $t(|x|)$: $...
agemO's user avatar
  • 197

15 30 50 per page
1
2 3 4 5
9