Leetcode 456[medium]--132 Pattern

xiaoxiao2021-02-28  24

Given a sequence of n integers a1, a2, ..., an, a 132 pattern is a subsequence ai, aj, ak such that i < j < k and ai < ak < aj. Design an algorithm that takes a list of n numbers as input and checks whether there is a 132 pattern in the list.

Note: n will be less than 15,000.

Example 1:

转载请注明原文地址: https://www.6miu.com/read-2632231.html

最新回复(0)