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