LeetCode 1395. Count Number of Teams in F#
URL
Count Number of Teams - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202407/count_number_of_teams/main.fsx
let numTeams (rating: int list) : int =
let rec numTeams' i (rating: int[]) count cmp cac...
syohex.hashnode.dev1 min read