|
|
|
|
|
by taeric
3450 days ago
|
|
Do we rarely see large constants? Or are they just not on problems where precision and "absolute best answer" matter? As an example, an algorithm to find the optimal solution to a Rubik's cube would actually be very difficult to do. However, finding a solution in a short enough time frame is quite easy. This is more true the larger of a cube you try and solve. Contrast this with problems such as encryption, where we have specifically made problems where there is not a "best answer", but rather there is only a single answer that matters. |
|
So complexity theory is confirming your intuition, which is that 'optimization type problems' are hard.