19 NP Complete Flashcards
Intractable Problems
As they grow larger, we are unable to solve them in reasonable time. (Polynomial time)
NP-Complete
No one has yet proven that polynomial time algorith does not exist.
That is in NP and NP-Hard.
(The “hardest” problems in NP)
P
The class of decision problems that are solvable in polynomial time.
NP
Non-deterministic Polynomial.
The class of decision problems that can be verified in polynomial time by a nondeterminstic algorithm
NP-Hard Problems
Are at least as hard as the hardest problems in NP.
Relationship between NP-Complete and NP-Hard
All NP-Complete are also NP-Hard
Not all NP-Hard are in NP (despite have NP as a prefix), so a problem can be NP-hard without being NP-complete.
Relationship between P and NP
P: Can be solved quickly.
NP: Can be verified quickly, but not solved quickly.
Examples of NP-Complete Problems
Hamitonian Cycle Problem
Traveling Salesman Problem
Graph Coloring