LeetCode 682. Baseball Game in F#
URL
https://leetcode.com/problems/baseball-game/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0682/main.fsx
let calPoints (ops: string list) : int =
let rec calPoints' ops stack =
match ops with
...
syohex.hashnode.dev1 min read