I was “that kid” in highschool that could put all the games on the calculator.
Love it.
FYI a simple binary search is optimal. Keep going half up or down until you get close enough to figure it out.
The official GuessR subreddit. Play GuessR! https://wishdog2013.github.io/GuessR/
I was “that kid” in highschool that could put all the games on the calculator.
Love it.
FYI a simple binary search is optimal. Keep going half up or down until you get close enough to figure it out.
So, like, I'd start with 64, then play either 32 or 82? Now I kind of want to automate this and test a bunch of strategies for finding a random whole number from 0 to 100. I thought someone said dividing the remaining possibilities into 3 groups was more optimal, but I forget how my testing went.