Given an array of task durations (in minutes), return the pairs of tasks that can be completed within 60 minutes. For example, for [1, 43, 20, 59, 30, 30], return [[0, 3], [4, 5]].
Unlock detailed company stats for this questionUpgrade
Interview experiences
1 sharedCommunity answers
No answers contributed by the community yet.
Related questions
Given an array of integers, return the pairs with the minimum absolute difference between them.Related courses

Course


