Boats to Save People Problem
Boats to Save People Problem — ExecCode Medium DSA Practice
Solve the Boats to Save People problem on ExecCode. Free online medium DSA practice in Arrays - Basics. Write and run code in Java, C++, Python — no signup required to run.
Problem description
Boats to Save People. Lightest+heaviest pairing. For Boats to Save People, focus on the exact input variables, return only the requested value, and preserve the required time complexity for the intended pattern.
Examples
Input {"people": [3, 2, 2, 1], "limit": 3}; Output 3
Constraints
1 ≤ n ≤ 10^5
Practice Boats to Save People free on ExecCode. Browse DSA problems, topic map, and placement guides.