NP-Completeness & TSP Flashcards

1
Q

What is an NP-complete problem?

A

A problem for which no known polynomial-time algorithm exists, but verifying a solution is polynomial-time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Travelling Salesman Problem (TSP)?

A

Given a set of cities and distances, find the shortest route visiting all cities exactly once and returning to the start.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does P vs NP mean?

A

P = Problems that can be solved in polynomial time.
NP = Problems where solutions can be verified in polynomial time.
It is unknown if P = NP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly