1
New Theories / Re: What makes NP problems hard to solve?
« on: Yesterday at 15:43:48 »
Here's a modified version of the search problem above, but now from the iterative process side. Guess a number between 0 and n. But you are not allowed to ask if it's higher or lower than a specified number. You are only allowed to ask if they are equal.
In the worst case, it would take n guesses to get the right answer.
Alternatively, you are told if the difference is less than 10. Or 100.
In the worst case, it would take n guesses to get the right answer.
Alternatively, you are told if the difference is less than 10. Or 100.