show/hide this revision's text 2 Yeah, it was almost totally wrong.

an NP problem is one where a computer algorithm that solves it verifies a solution can be created in polynomial time.

an NP-Complete problem is one which is NP, and but also is such that if we can solve this NP problem we you can solve it in polynomial time (called P) then all other NP problems are P.

So get crackin'.

show/hide this revision's text 1

an NP problem is one where a computer algorithm that solves it can be created in polynomial time.

an NP-Complete problem is one which is NP, and also is such that if we can solve this NP problem we can solve all other NP problems.

So get crackin'.