题目:https://leetcode.com/problems/increasing-triplet-subsequence/
代码(github):https://github.com/illuz/leetcode
问一个数组中有没有递增的三个数,不用连续。
维护小中大三个数就行了。
题目:https://leetcode.com/problems/increasing-triplet-subsequence/
代码(github):https://github.com/illuz/leetcode
问一个数组中有没有递增的三个数,不用连续。
维护小中大三个数就行了。