LeetCode 1029. Two City Scheduling in F#
URL
https://leetcode.com/problems/two-city-scheduling/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1029/main.fsx
let twoCitySchedCost (costs: (int * int) list) : int =
let costs' =
costs
|> Lis...
syohex.hashnode.dev1 min read