LeetCode 2206. Divide Array Into Equal Pairs in F#
URL
Divide Array Into Equal Pairs - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202503/divide_array_into_equal_pairs/main.fsx
let divideArray (nums: int list) : bool =
nums
|> List.fold
(...
syohex.hashnode.dev1 min read