标签:数组 (64)

» LeetCode.312.Burst Balloons 戳气球
» LeetCode.032.Longest Valid Parentheses 最长有效括号
» LeetCode.016.3Sum Closest 最接近的三数之和
» LeetCode.1014.Best Sightseeing Pair 最佳观光组合
» LeetCode.1300.Sum of Mutated Array Closest to Target 转变数组后最接近目标值的数组和
» LeetCode.015.3Sum 三数之和
» LeetCode.128.Longest Consecutive Sequence 最长连续序列
» LeetCode.837.New 21 Game 新21点
» LeetCode.974.Subarray Sums Divisible by K 和可被K整除的子数组
» LeetCode.1371.Find the Longest Substring Containing Vowels in Even Counts 每个元音包含偶数次的最长子字符串
» LeetCode.560.Subarray Sum Equals K 和为K的子数组
» LeetCode.1095.Find in Mountain Array 山脉数组中查找目标值
» LeetCode.剑指offer.056.数组中数字出现的次数
» LeetCode.1248.Count Number of Nice Subarrays 统计优美子数组
» LeetCode.122.Best Time to Buy and Sell Stock II 买卖股票的最佳时机2
» LeetCode.820.Short Encoding of Words 单词的压缩编码
» LeetCode.914.X of a Kind in a Deck of Cards 卡牌分组
» LeetCode.945.Minimum Increment to Make Array Unique 使数组唯一的最小增量
» LeetCode.300.Longest Increasing Subsequence 最长上升子序列LIS
» LeetCode.1013.Partition Array Into Three Parts With Equal Sum 将数组分成和相等的三个部分
» LeetCode.322.Coin Change 零钱兑换
» LeetCode.剑指offer.057.和为s的连续正数序列
» LeetCode.1103.Distribute Candies to People 等差数列分糖果
» LeetCode.088.Merge Sorted Array 合并两个有序数组
» LeetCode.034.Find First and Last Position of Element in Sorted Array 在排序数组中查找元素的第一个和最后一个位置
» LeetCode.414.Third Maximum Number 数组中第三大的数
» LeetCode.347.Top K Frequent Elements 前K个高频元素
» LeetCode.718.Maximum Length of Repeated Subarray 最长公共子串/最长重复子数组
» LeetCode.1143.Longest Common Subsequence 最长公共子序列LCS
» LeetCode.215.Kth Largest Element in an Array 寻找数组中第K大的数
» LeetCode.080.Remove Duplicates from Sorted Array II 删除有序数组中的重复项2
» LeetCode.189.Rotate Array 旋转数组
» LeetCode.260.Single Number III 数组中只出现一次的数3
» LeetCode.041.First Missing Positive 数组中缺失的第一个正数
» LeetCode.645.Set Mismatch 找出数组中重复的数和缺失的数
» LeetCode.287.Find the Duplicate Number 数组中重复的数
» LeetCode.448.Find All Numbers Disappeared in an Array 数组中消失的数
» LeetCode.137.Single Number II 数组中只出现一次的数2
» LeetCode.268.Missing Number 连续数组中缺失的数
» LeetCode.169.Majority Element 数组的众数/主元素
» LeetCode.066.Plus One 数组加一
» LeetCode.303.Range Sum Query Immutable 不变数组的范围和
» LeetCode.350.Intersection of Two Arrays II 两数组的交集2
» LeetCode.392.Is Subsequence 判断是否子序列
» LeetCode.238.Product of Array Except Self 除自身以外数组的乘积
» LeetCode.697.Degree of an Array 度数相同的最小连续子数组
» LeetCode.121.Best Time to Buy and Sell Stock 买卖股票的最佳时机
» LeetCode.628.Maximum Product of Three Numbers 数组中三个数的最大乘积
» LeetCode.152.Maximum Product Subarray 最大连续子序列积
» LeetCode.532.K-diff Pairs in an Array 数组中的k-diff数对
» LeetCode.053.Maximum Subarray 最大连续子序列和
» LeetCode.033.Search in Rotated Sorted Array 搜索旋转有序数组
» LeetCode.153.Find Minimum in Rotated Sorted Array 旋转排序数组中的最小值
» LeetCode.035.Search Insert Position 搜索插入位置
» LeetCode.026.Remove Duplicates from Sorted Array 删除有序数组中的重复项
» LeetCode.027.Remove Element 从数组中移除指定元素
» LeetCode.004.Median of Two Sorted Arrays 两个有序数组的中位数
» LeetCode.001.Two Sum 两数之和
» LeetCode.283.Move Zeroes 将数组中的零移到末尾
» LeetCode.349.Intersection of Two Arrays 两数组的交集
» LeetCode.389.Find the Difference 找出两个数组的不同
» LeetCode.442.Find All Duplicates in an Array 数组中所有重复的数
» LeetCode.500.Keyboard Row
» LeetCode.561.Array Partition I 数组拆分 I