LeetCode 1603. Design Parking System
in F#
URL
Design Parking System - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/problems/1603/main.fsx
type ParkingSystem =
{ cars: int[] }
static member init (big: int) (medium: int) (small: int) : ParkingSystem...
syohex.hashnode.dev1 min read