Discussion about this post

User's avatar
Aaron Weiss's avatar

P means it is very easy (polynomial time) to find the correct answer

NP means it is very easy (polynomial time) to check whether a given answer is correct.

NP-Hard (problems at least as hard as any NP problem) can be checkable in polynomial time algorithmically, while heuristics can often allow for quick, relatively accurate guesses.

Combining the two will probably allow for solving in P time *most of the time* (based on what we see with humans)

Expand full comment
10 more comments...

No posts