LeetCode 2873. Maximum Value of an Ordered Triplet I in F#
URL
Maximum Value of an Ordered Triplet I - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202504/maximum_value_of_an_ordered_triplet1/main.fsx
let maximumTripletValue (nums: int list) : int64 =
let num...
syohex.hashnode.dev1 min read