LeetCode 1441. Build an Array With Stack Operations in F#
URL
https://leetcode.com/problems/build-an-array-with-stack-operations/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1441/main.fsx
let buildArray (target: int list) (n: int) : string list =
target
...
syohex.hashnode.dev1 min read