原文链接: https://leetcode-cn.com/problems/longest-turbulent-subarray
英文原文Given an integer array arr, return the length of
标签详情
滑动窗口 分类
原文链接: https://leetcode-cn.com/problems/subarrays-with-k-different-integers
英文原文Given an integer array nums and an inte
原文链接: https://leetcode-cn.com/problems/minimum-number-of-k-consecutive-bit-flips
英文原文You are given a binary array nums
原文链接: https://leetcode-cn.com/problems/max-consecutive-ones-iii
英文原文Given a binary array nums and an integer k, return
原文链接: https://leetcode-cn.com/problems/maximum-sum-of-two-non-overlapping-subarrays
英文原文Given an integer array nums an
原文链接: https://leetcode-cn.com/problems/longest-duplicate-substring
英文原文Given a string s, consider all duplicated subst
原文链接: https://leetcode-cn.com/problems/grumpy-bookstore-owner
英文原文There is a bookstore owner that has a store open for
原文链接: https://leetcode-cn.com/problems/distinct-echo-substrings
英文原文Return the number of distinct non-empty substrings
原文链接: https://leetcode-cn.com/problems/swap-for-longest-repeated-character-substring
英文原文You are given a string text.
原文链接: https://leetcode-cn.com/problems/constrained-subsequence-sum
英文原文Given an integer array nums and an integer k, r