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