LeetCode 1657. Determine if Two Strings Are Close in F#
URL
https://leetcode.com/problems/determine-if-two-strings-are-close/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202401/determine_if_two_strings_are_close/main.fsx
let closeStrings (word1: string) (w...
syohex.hashnode.dev1 min read