Binary Search: Strict Mode

Goal: Find the number --.

Strict Rules:
1. Click the correct Midpoint (Always Round UP: ⌈(Low + High) / 2⌉).
2. Decide if the target is Higher or Lower.
3. Any mistake triggers an instant restart!

Press Start to begin.