View Single Post
  #4  
Old 05-19-2007, 09:52 PM
Neuge Neuge is offline
Senior Member
 
Join Date: Jul 2004
Posts: 784
Default Re: Help me understand this problem - P and NP

Basically, it's the inability of deterministic computers to solve non-deterministic problems in a reasonable amount of time. It has not been proven conclusively that this is impossible (do it and you win $1m), but no algorithm has been found. What's more, if one NP-complete problem can be solve in polynomial time, they all can be (and for non-solvable as well).

Famous examples of NP-complete problems are the traveling salesman and minesweeper. Here's a good page on minesweeper.
Reply With Quote