|
|
|
|
|
by smallnamespace
3453 days ago
|
|
One answer is because in practice, we very rarely see large constants anywhere. While theoretically x^1000 algorithms exist, it's hard to actually find a reasonable example of one. Ditto for e^1.00000001. Of course, why this might be the case remains to be investigated. |
|
The best approximation algorithm (it's NP-hard) runs in time O(n^(10^100)):
https://arxiv.org/pdf/1205.0458v2.pdf
For more examples see here http://cstheory.stackexchange.com/questions/6660/polynomial-...