leetcode
875. Koko Eating Bananas
Solution
Python code
Time complexity: O(n log(m))
Space complexity: O(1)