Skip to main content

Questions tagged [np]

Questions about decision problems that can be solved on nondeterministic Turing machines in time polynomial in the length of the input.

3 votes
1 answer
464 views

I believe that a standard way to prove that a language $L$ is in NP is to explicitly construct a witness $y$ for any instance $x$ in $L$ and an efficient algorithm that uses the witness to show that ...
tparker's user avatar
  • 1,216
0 votes
0 answers
21 views

Nondeterministic quasi-polynomial time ($\mathsf{NqP}$) is defined as a set of decision problems that can be decided by a nondeterministic Turing machine making a number of steps bounded above by $T(n)...
Manish Kumar's user avatar
0 votes
0 answers
25 views

I am trying to reason about weak NP-hardness using pseudopolynomial reductions. Suppose: Problem A is weakly NP-hard. There exists a pseudopolynomial-time reduction from A to another problem B. ...
MEHIRI El-Mehdi's user avatar
0 votes
1 answer
94 views

Recall that a language $A$ is in NP iff it is of the form $$A = \{x \in \Sigma^* : (\exists w\in\Sigma^*)\ (x, w) \in R_A\},$$ for some relation $R_A$ such that membership of $(x, w)\in R_A$ can be ...
Monte_carlo's user avatar
0 votes
0 answers
141 views

I have a counting problem that famously has evaded being solved by simply counting the elements of a set and somehow seemed to have involved subtraction in an essential way (it is in $\mathrm{GapP}^+$,...
Matt Samuel's user avatar
0 votes
1 answer
87 views

Let $L \subset \sigma^*$ be a decision problem. An Algorithim M is a polynomial bounded verifier for $L$, when: M has a polynomial bounded run time $M(x,z)$ the output on the the input $x \text{#} z$....
Clemens Bartholdy's user avatar
1 vote
1 answer
222 views

Parity games are simple games played on a graph: https://en.m.wikipedia.org/wiki/Parity_game Let $A$ be an algorithm that solves the following problem in polynomial time. Given: A graph $G=(V,E)$ ...
user77036's user avatar
2 votes
0 answers
91 views

Consider an Erdos-Renyi random graph $G(n, p)$. Suppose there exists a coloring algorithm $\mathcal{A}$ that, for any graph instance $g \sim G(n, p)$, generates a valid coloring $C^{\mathcal{A}}_g$ of ...
Subhankar Ghosal's user avatar
3 votes
1 answer
608 views

Consider the class NP of problems whose solutions can be verified in polynomial time. For some problems in NP, there may not be polynomial algorithms that solve them. However, in practice, it is ...
anon2328's user avatar
  • 165
4 votes
2 answers
2k views

Can every problem $ A \in P $ be reduced to any other problem $ B \in P $? If so, does that mean all problems in $ P $ have the same level of difficulty? Does this also hold for other complexity ...
checkchecker's user avatar
1 vote
1 answer
229 views

I understand that we have the inclusions $P \subseteq NP \subseteq PSPACE$ . If we assume $ P = NP$ , this means that every problem in NP can be solved in polynomial time by a deterministic Turing ...
checkchecker's user avatar
2 votes
1 answer
145 views

I have this problem: Given a finite set of rectangles R, and a rectangle P, show that the problem of fitting R's rectangles inside P so that no two rectangles of R overlap and all their sides are ...
Manos Mastronikolas's user avatar
0 votes
2 answers
201 views

Recently I've learned the proof of the theorem that use verifiers and construct the boolean expression depand on the machine that decide the verifier in polynomial time. The question is probably ...
Newlearner826's user avatar
0 votes
1 answer
125 views

There is a famous problem that we can prove that if $P=NP$, then any non-trivial language $A \in P$ is NP- complete. The proof idea was to use non- triviality of $A$. So we say that as $A$ is non-...
Ali.A's user avatar
  • 39
0 votes
1 answer
94 views

I recently heard about the subset-sum problem, and its definition got me thinking. Is it true that, to answer "yes" to a specific instance of the subset-sum problem, an explicit subset also ...
bghost's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
54