LeetCode 881. Boats to Save People in F#
URL
Boats to Save People - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202304/boats_to_save_people/main.fsx
let numRescueBoats (people: int list) (limit: int) : int =
let rec numRescueBoats' (people:...
syohex.hashnode.dev1 min read