LeetCode 792. Number of Matching Subsequences in F#
URL
https://leetcode.com/problems/number-of-matching-subsequences/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0792/main.fsx
let numMatchingSubseq (s: string) (words: string list) : int =
let rec findPosition ...
syohex.hashnode.dev1 min read