LeetCode 953. Verifying an Alien Dictionary
URL
Verifying an Alien Dictionary - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/problems/0953/main.fsx
let sort (a: string) (b: string) (dict: Map<char, int>) : int =
let rec sort' a b dict =
match a, ...
syohex.hashnode.dev1 min read