For coloring a map with three colors, what is the certificate?
- The count of regions on the map
- The list of border lengths
- A coloring in which neighbors differ
What does it mean for a problem to be in NP?
- A correct answer can always be found quickly
- A proposed answer can be checked quickly
- The problem has no correct answer at all
Every NP-hard problem is also NP-complete.
Circle one: True False
Problem A reduces to problem B in polynomial time, and B gains a fast solver. What follows for A?
- A is proved to have no solution
- B is proved NP-complete
- A gains a fast method through the translation
You receive a three-coloring where two neighboring regions share a color. What follows?
- This certificate fails, so it proves nothing about the map
- The map must need a fourth color
- Map coloring falls outside NP
A team announces a polynomial algorithm for one NP-complete problem. What is the correct consequence?
- Only that problem becomes easy and nothing else changes
- Every problem in NP gains a polynomial method
- Checking answers becomes slower than solving
A puzzle admits no quick check for proposed solutions, yet every NP problem reduces to it. What is the right label?
A startup claims all NP-complete problems are easy because its solver is fast on customer inputs. What is wrong?
- Fast on some inputs is not a polynomial method for every input
- NP-complete problems accept no inputs
- Customer inputs are always the hardest cases