|
|
|
|
|
by bodhiandphysics
1406 days ago
|
|
This algorithm solves all np problems. For all possible solutions (there are at most 2^p(x) where p is some polynomial), Check if that solution is correct. This of course takes exponential time. Just because you have an algorithm to solve np problems doesn’t mean you’ve done something useful. |
|
* yes i am aware that this falls apart if there is a very high constant or the algo is n^1000.