原文链接: https://leetcode-cn.com/problems/longest-turbulent-subarray
英文原文Given an integer array arr, return the length of
标签详情
动态规划 分类
原文链接: https://leetcode-cn.com/problems/number-of-squareful-arrays
英文原文An array is squareful if the sum of every pair o
原文链接: https://leetcode-cn.com/problems/minimum-cost-to-merge-stones
英文原文There are n piles of stones arranged in a row.
原文链接: https://leetcode-cn.com/problems/numbers-with-repeated-digits
英文原文Given an integer n, return the number of posit
原文链接: https://leetcode-cn.com/problems/best-sightseeing-pair
英文原文You are given an integer array values where values[i]
原文链接: https://leetcode-cn.com/problems/video-stitching
英文原文You are given a series of video clips from a sporting event
原文链接: https://leetcode-cn.com/problems/divisor-game
英文原文Alice and Bob take turns playing a game, with Alice starting f
原文链接: https://leetcode-cn.com/problems/longest-arithmetic-subsequence
英文原文Given an array nums of integers, return the
原文链接: https://leetcode-cn.com/problems/maximum-sum-of-two-non-overlapping-subarrays
英文原文Given an integer array nums an
原文链接: https://leetcode-cn.com/problems/uncrossed-lines
英文原文You are given two integer arrays nums1 and nums2. We write