LeetCode 645. Set Mismatch in F#
URL
https://leetcode.com/problems/set-mismatch/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202401/set_mismatch/main.fsx
let findErrorNums (nums: int list) : int * int =
let len = List.length nums...
syohex.hashnode.dev1 min read