LeetCode 1662. Check If Two String Arrays are Equivalent in F#
URL
https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1662/main.fsx
let arrayStringsAreEqual (word1: string list) (word2: string list) : bool =
...
syohex.hashnode.dev1 min read