Tagged Questions

1
vote
1answer
89 views

Is there any well-known NP-complete problem‍​​ that I can reduce a 'node placement' problem‍​​ to?

I have the following NP-complete problem: Given a set of locations in a N x N field, and a set of m nodes, and also a connectivity graph of the nodes (i.e. an undirected graph whose edges represent ...
1
vote
3answers
167 views

Are all NP problems also NP-complete?

The definition of NP-complete is A problem is NP-complete if it belongs to class NP all the other problems in NP polynomially transform to it So, if all other problems in NP transform to an ...
0
votes
3answers
58 views

Np-hardness reduction

If I want to show that a problem is np-hard is it ok to use a existing np-hard problem multiple times? For example use Hamiltonian Cycle n times in a graph where n is the number of vertices? Or do I ...
0
votes
2answers
117 views

How is 2-CNF SAT is in P, while 3-CNF SAT is in NPC?

I am really confused why, 2-CNF SAT is in P, while 3-CNF SAT is in NPC. I Read CLRS, and i understand how they proof, 3-CNF SAT is in NPC, can't i use the same reducablity from SAT to 2-CNF-SAT to ...
0
votes
1answer
29 views

NP-complete sample exercies [closed]

We are covering this in class, and my book (cormen Intro to Algorithms 3rd ed) doesnt have any sample problems to go over the material. Googling has come up hit or miss, so I was wondering if the past ...
0
votes
1answer
63 views

NP Complete problems [closed]

I'm new to NP completeness and spent hours thinking of this irritating fact, here it goes like this. In P, NP and NPC problems we consider only whether there's a polynomial time solution for the ...