LeetCode 1717. Maximum Score From Removing Substrings in F#
URL
Maximum Score From Removing Substrings - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202407/maximum_score_from_removing_substrings/main.fsx
let maximumGain (s: string) (x: int) (y: int) : int =
l...
syohex.hashnode.dev1 min read