Increasing Triplet Subsequence
Introduction
Today, I tackled an interesting medium-level problem from LeetCode: Increasing Triplet Subsequence. This problem requires a good understanding of arrays and greedy algorithms. The goal is to determine if there exists a triplet in the arr...
jayjava.hashnode.dev3 min read