LeetCode 1422. Maximum Score After Splitting a String in F#
URL
https://leetcode.com/problems/maximum-score-after-splitting-a-string/description/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1422/main.fsx
open System
let maxScore (s: string) : int =
let rec maxScore' c...
syohex.hashnode.dev1 min read