You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We split the map each turn by going to the center of the area where the bomb is possibly located.
This method is called a binary search and allows us to optimize the number of jumps needed.