Ceil Function (Alternative)
Learnings
Intuition
ceil(a/b) = a+b-1/b
Links
https://leetcode.com/problems/koko-eating-bananas/description/
Last updated
ceil(a/b) = a+b-1/b
https://leetcode.com/problems/koko-eating-bananas/description/
Last updated