2874. Maximum Value of an Ordered Triplet II
2874. Maximum Value of an Ordered Triplet IIDifficulty: MediumTopics: ArrayYou are given a 0-indexed integer array nums.Return the maximum value over all triplets of indices (i, j, k) such that i <...