LeetCode 1502. Can Make Arithmetic Progression From Sequence in F#
URL
Can Make Arithmetic Progression From Sequence - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/problems/1502/main.fsx
let canMakeArithmeticProgression (arr: int list) : bool =
let diffs =
arr
...
syohex.hashnode.dev1 min read