LeetCode 2966. Divide Array Into Arrays With Max Difference in F#
URL
Divide Array Into Arrays With Max Difference - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202401/divide_array_into_arrays_with_max_difference/main.fsx
let divideArray (nums: int list) (k: int) : (in...
syohex.hashnode.dev1 min read