LeetCode 1396. Design Underground System
in F#
URL
Design Underground System - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202305/design_underground_system/main.fsx
type UnderGroundSystem =
{
checkIns : Map<int, (string * int)>
ti...
syohex.hashnode.dev1 min read