this post was submitted on 07 Aug 2023
0 points (50.0% liked)
GuessR
11 readers
1 users here now
The official GuessR subreddit. Play GuessR! https://wishdog2013.github.io/GuessR/
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.