LeetCode 820. Short Encoding of Words in F#
URL
https://leetcode.com/problems/short-encoding-of-words/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/0820/main.fsx
open System
let minimumLengthEncoding (words: string list) : int =
let rec substrs (cs: cha...
syohex.hashnode.dev1 min read