Steve writes down a number between 1 and 1000. Jill must determine that number by asking “yes/no” questions of Steve. Jill knows that Steve always tells the truth. If Jill uses an optimal strategy, then she will determine the answer at the end of exactly how many questions in the worst case?
1 Comment so far
Leave a comment
This is a binary search question, binary search is O(logn) so 10 (2^10 = 1024)
By Stuart on 10.05.06 8:08 pm | Permalink
Leave a comment
If you are including code in your comment, place it within a <div class='code'></div> tag for better formatting.