原文链接: https://leetcode-cn.com/problems/max-consecutive-ones-iii
英文原文Given a binary array nums and an integer k, return
标签详情
二分查找 分类
原文链接: https://leetcode-cn.com/problems/capacity-to-ship-packages-within-d-days
英文原文A conveyor belt has packages that m
原文链接: https://leetcode-cn.com/problems/longest-arithmetic-subsequence
英文原文Given an array nums of integers, return the
原文链接: https://leetcode-cn.com/problems/longest-duplicate-substring
英文原文Given a string s, consider all duplicated subst
原文链接: https://leetcode-cn.com/problems/find-in-mountain-array
英文原文(This problem is an interactive problem.)
You may r
原文链接: https://leetcode-cn.com/problems/sum-of-mutated-array-closest-to-target
英文原文Given an integer array arr and a tar
原文链接: https://leetcode-cn.com/problems/snapshot-array
英文原文Implement a SnapshotArray that supports the following interf
原文链接: https://leetcode-cn.com/problems/online-majority-element-in-subarray
英文原文Design a data structure that efficientl
原文链接: https://leetcode-cn.com/problems/compare-strings-by-frequency-of-the-smallest-character
英文原文Let the function f(s
原文链接: https://leetcode-cn.com/problems/make-array-strictly-increasing
英文原文Given two integer arrays arr1 and arr2,