Boats to Save People
The i-th person has a weight of people[i], and each boat can carry a maximum weight of limit. Each boat carries at most 2 people at the same time, provided the sum of their weights is at most limit.
Return the minimum number of boats to carry every given person. (It is guaranteed each person can be carried by a boat.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)