|
|
|
|
|
by klyrs
1152 days ago
|
|
It really depends. If you have an unbounded loop that looks like it runs in polynomial time, you're in highly questionable territory. If you have a 5-deep nest of for-loops, that's what I call "obviously polynomial time" -- if such an algorithm solves every problem you throw at it, you have hope. |
|
Anyway, my main point is - people beware, practically solvable P=NP (even for hard instances) is a very real possibility.