How to spot and solve Binary Search on Answer based problems ?
Anonymous User
81

Example problems from LeetCode :

  1. https://leetcode.com/problems/koko-eating-bananas/
  2. https://leetcode.com/discuss/interview-question/388503/Google-or-Phone-Screen-or-Cut-Ribbon/350993

Are there any patterns or pointers to identify the problem as 'Binary Search on Answer' rather than thinking about other algorithmic approaches.

Comments (0)