leetcode

875. Koko Eating Bananas

Solution

Time complexity: O(n log(m))

Space complexity: O(1)