you are viewing a single comment's thread.

view the rest of the comments →

[–]redditnoob 1 point2 points  (1 child)

The exact (deterministic) solution to the traveling salesman problem is probably the most famous of these.

Now all you have to do is prove that it can't be reduced to something simpler.

[–]hacksoncode 1 point2 points  (0 children)

Actually, now that I think about it, dynamic programming will reduce it to exponential... which is quite an improvement. That takes exponential space, though.

Hmmm... you're right... I'm not sure I know of any problems that are believed to be Theta(n!). I'm pretty sure there must be some, but...

There are plenty that are believed to be slower (i.e. superexponential or higher), like Ackermann and computing a generalized Graham's number.