LeetCode 205. Isomorphic Strings in F#
URL
https://leetcode.com/problems/isomorphic-strings/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/challenge/202404/isomorphic_strings/main.fsx
let isIsomorphic (s: string) (t: string) : bool =
let rec isIso...
syohex.hashnode.dev1 min read