LeetCode 383. Ransom Note in F#
URL
https://leetcode.com/problems/ransom-note/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0383/main.fsx
let canConstruct (ransomNote: string) (magazine: string) : bool =
let f (s: string) : int [] =
s...
syohex.hashnode.dev1 min read