LeetCode 3042. Count Prefix and Suffix Pairs I in F#
URL
Count Prefix and Suffix Pairs I - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202501/count_prefix_and_suffix_pairs1/main.fsx
let countPrefixSuffixPairs (words: string list) : int =
let isPrefixAn...
syohex.hashnode.dev1 min read