LeetCode 1647. Minimum Deletions to Make Character Frequencies Unique in F#
URL
https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique/
Code
https://github.com/syohex/dotnet-study/blob/master/fsharp/leetcode/problems/1647/main.fsx
let minDeletions (s: string) : int =
let rec findNextEmpty co...
syohex.hashnode.dev1 min read