LeetCode 1657. Determine if Two Strings Are Close
URL
https://leetcode.com/problems/determine-if-two-strings-are-close/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1657/main.fsx
let closeStrings (word1: string) (word2: string) : bool =
let composedCharacters ...
syohex.hashnode.dev1 min read