Search Results

-10
votes

What is an NP-complete problem?

an NP problem is one where a computer algorithm that verifies a solution can be created in polynomial time. an NP-Complete problem is NP, but also if you can solve it in polynomial time (ca …