|
|
|
|
|
by dcohenp
3840 days ago
|
|
> No one has ever found an efficient algorithm for an NP-complete problem, and most computer scientists believe no one ever will. I find these kinds of assertions somewhat misleading. There _are_ "efficient" algorithms for, one could say, "pragmatic variations" of NP-complete problems. Some only work on some subset of cases (perhaps most of the useful ones), or non-deterministic (but you run them enough times and get the right answer), etc. |
|