LeetCode 645. Set Mismatch in F#
URL
https://leetcode.com/problems/set-mismatch/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0645/main.fsx
let findErrorNums (nums: int list) : (int * int) =
let rec findErrorNums' nums duplicated acc =
...
syohex.hashnode.dev1 min read