LeetCode 1396. Design Underground System in F#
URL
https://leetcode.com/problems/design-underground-system/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1396/main.fsx
type UndergroundSystem =
{ mutable Check: Map<int, (string * float)>
mutable Time: M...
syohex.hashnode.dev1 min read