Groups
Binary search on answer applies when the feasibility of a candidate value is monotonic: if a value works, then all larger (or smaller) values also work.
Binary search quickly finds targets or boundaries in sorted or monotonic data by halving the search interval each step.