主页
归档
标签
留言
统计
关于
工具
标签:数组
(64)
2020-07-19
»
LeetCode.312.Burst Balloons 戳气球
LeetCode
(223)
Hard
(24)
困难
(70)
数组
(64)
动态规划
(25)
每日一题
(131)
2020-07-04
»
LeetCode.032.Longest Valid Parentheses 最长有效括号
LeetCode
(223)
Hard
(24)
困难
(70)
栈
(13)
动态规划
(25)
数组
(64)
每日一题
(131)
2020-06-24
»
LeetCode.016.3Sum Closest 最接近的三数之和
LeetCode
(223)
Medium
(80)
中等
(46)
双指针
(37)
数组
(64)
每日一题
(131)
2020-06-17
»
LeetCode.1014.Best Sightseeing Pair 最佳观光组合
LeetCode
(223)
Medium
(80)
困难
(70)
数组
(64)
每日一题
(131)
2020-06-14
»
LeetCode.1300.Sum of Mutated Array Closest to Target 转变数组后最接近目标值的数组和
LeetCode
(223)
Medium
(80)
困难
(70)
数组
(64)
二分搜索
(12)
双指针
(37)
前缀和
(8)
每日一题
(131)
2020-06-12
»
LeetCode.015.3Sum 三数之和
LeetCode
(223)
Medium
(80)
困难
(70)
双指针
(37)
数组
(64)
每日一题
(131)
2020-06-06
»
LeetCode.128.Longest Consecutive Sequence 最长连续序列
LeetCode
(223)
数组
(64)
Map
(31)
并查集
(3)
Hard
(24)
困难
(70)
每日一题
(131)
2020-06-03
»
LeetCode.837.New 21 Game 新21点
LeetCode
(223)
Medium
(80)
数组
(64)
前缀和
(8)
每日一题
(131)
动态规划
(25)
概率
(1)
困难
(70)
2020-05-27
»
LeetCode.974.Subarray Sums Divisible by K 和可被K整除的子数组
LeetCode
(223)
Medium
(80)
Map
(31)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-05-20
»
LeetCode.1371.Find the Longest Substring Containing Vowels in Even Counts 每个元音包含偶数次的最长子字符串
LeetCode
(223)
Medium
(80)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-05-15
»
LeetCode.560.Subarray Sum Equals K 和为K的子数组
LeetCode
(223)
Medium
(80)
Map
(31)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-04-29
»
LeetCode.1095.Find in Mountain Array 山脉数组中查找目标值
LeetCode
(223)
Hard
(24)
数组
(64)
二分搜索
(12)
双指针
(37)
中等
(46)
每日一题
(131)
2020-04-28
»
LeetCode.剑指offer.056.数组中数字出现的次数
LeetCode
(223)
Medium
(80)
剑指Offer
(11)
中等
(46)
数组
(64)
位运算
(13)
每日一题
(131)
2020-04-21
»
LeetCode.1248.Count Number of Nice Subarrays 统计优美子数组
LeetCode
(223)
Medium
(80)
数学
(31)
数组
(64)
前缀和
(8)
Map
(31)
困难
(70)
每日一题
(131)
2020-04-19
»
LeetCode.122.Best Time to Buy and Sell Stock II 买卖股票的最佳时机2
LeetCode
(223)
Easy
(118)
数组
(64)
中等
(46)
2020-03-28
»
LeetCode.820.Short Encoding of Words 单词的压缩编码
LeetCode
(223)
Medium
(80)
数组
(64)
中等
(46)
前缀树
(3)
每日一题
(131)
2020-03-27
»
LeetCode.914.X of a Kind in a Deck of Cards 卡牌分组
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
中等
(46)
数学
(31)
每日一题
(131)
2020-03-22
»
LeetCode.945.Minimum Increment to Make Array Unique 使数组唯一的最小增量
LeetCode
(223)
Medium
(80)
数组
(64)
困难
(70)
每日一题
(131)
2020-03-14
»
LeetCode.300.Longest Increasing Subsequence 最长上升子序列LIS
LeetCode
(223)
Medium
(80)
数组
(64)
动态规划
(25)
中等
(46)
有公式
(26)
每日一题
(131)
2020-03-11
»
LeetCode.1013.Partition Array Into Three Parts With Equal Sum 将数组分成和相等的三个部分
LeetCode
(223)
Easy
(118)
数组
(64)
双指针
(37)
每日一题
(131)
2020-03-08
»
LeetCode.322.Coin Change 零钱兑换
LeetCode
(223)
Medium
(80)
动态规划
(25)
数组
(64)
困难
(70)
有公式
(26)
每日一题
(131)
2020-03-06
»
LeetCode.剑指offer.057.和为s的连续正数序列
LeetCode
(223)
Easy
(118)
数组
(64)
数学
(31)
中等
(46)
有公式
(26)
剑指Offer
(11)
滑动窗口
(5)
每日一题
(131)
2020-03-05
»
LeetCode.1103.Distribute Candies to People 等差数列分糖果
LeetCode
(223)
Easy
(118)
数组
(64)
数学
(31)
困难
(70)
每日一题
(131)
2020-03-03
»
LeetCode.088.Merge Sorted Array 合并两个有序数组
LeetCode
(223)
Easy
(118)
数组
(64)
双指针
(37)
每日一题
(131)
2020-02-27
»
LeetCode.034.Find First and Last Position of Element in Sorted Array 在排序数组中查找元素的第一个和最后一个位置
LeetCode
(223)
Medium
(80)
数组
(64)
二分搜索
(12)
双指针
(37)
2020-02-25
»
LeetCode.414.Third Maximum Number 数组中第三大的数
LeetCode
(223)
Easy
(118)
数组
(64)
数学
(31)
2020-02-24
»
LeetCode.347.Top K Frequent Elements 前K个高频元素
LeetCode
(223)
Medium
(80)
数组
(64)
Map
(31)
Heap
(6)
PriorityQueue
(6)
TopK
(7)
中等
(46)
2020-02-23
»
LeetCode.718.Maximum Length of Repeated Subarray 最长公共子串/最长重复子数组
LeetCode
(223)
Medium
(80)
动态规划
(25)
数组
(64)
困难
(70)
有公式
(26)
滑动窗口
(5)
每日一题
(131)
2020-02-22
»
LeetCode.1143.Longest Common Subsequence 最长公共子序列LCS
LeetCode
(223)
Medium
(80)
动态规划
(25)
数组
(64)
困难
(70)
有公式
(26)
2020-02-20
»
LeetCode.215.Kth Largest Element in an Array 寻找数组中第K大的数
LeetCode
(223)
Medium
(80)
数组
(64)
Heap
(6)
TopK
(7)
PriorityQueue
(6)
排序
(1)
中等
(46)
每日一题
(131)
2020-02-19
»
LeetCode.080.Remove Duplicates from Sorted Array II 删除有序数组中的重复项2
LeetCode
(223)
Medium
(80)
数组
(64)
双指针
(37)
2020-02-17
»
LeetCode.189.Rotate Array 旋转数组
LeetCode
(223)
Easy
(118)
数组
(64)
2020-02-15
»
LeetCode.260.Single Number III 数组中只出现一次的数3
LeetCode
(223)
Medium
(80)
数组
(64)
位运算
(13)
困难
(70)
2020-02-14
»
LeetCode.041.First Missing Positive 数组中缺失的第一个正数
LeetCode
(223)
Hard
(24)
Map
(31)
数组
(64)
数组下标
(7)
困难
(70)
每日一题
(131)
2020-02-13
»
LeetCode.645.Set Mismatch 找出数组中重复的数和缺失的数
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
数组下标
(7)
2020-02-13
»
LeetCode.287.Find the Duplicate Number 数组中重复的数
LeetCode
(223)
Medium
(80)
数组
(64)
链表
(19)
双指针
(37)
困难
(70)
每日一题
(131)
2020-02-13
»
LeetCode.448.Find All Numbers Disappeared in an Array 数组中消失的数
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
数组下标
(7)
2020-02-12
»
LeetCode.137.Single Number II 数组中只出现一次的数2
LeetCode
(223)
Medium
(80)
数组
(64)
位运算
(13)
困难
(70)
2020-02-11
»
LeetCode.268.Missing Number 连续数组中缺失的数
LeetCode
(223)
Easy
(118)
数组
(64)
位运算
(13)
2020-02-11
»
LeetCode.169.Majority Element 数组的众数/主元素
LeetCode
(223)
Easy
(118)
数组
(64)
困难
(70)
位运算
(13)
每日一题
(131)
2020-02-09
»
LeetCode.066.Plus One 数组加一
LeetCode
(223)
Easy
(118)
数学
(31)
数组
(64)
2020-02-09
»
LeetCode.303.Range Sum Query Immutable 不变数组的范围和
LeetCode
(223)
Easy
(118)
数组
(64)
2020-02-08
»
LeetCode.350.Intersection of Two Arrays II 两数组的交集2
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
2020-02-08
»
LeetCode.392.Is Subsequence 判断是否子序列
LeetCode
(223)
Easy
(118)
双指针
(37)
数组
(64)
2020-02-08
»
LeetCode.238.Product of Array Except Self 除自身以外数组的乘积
LeetCode
(223)
Medium
(80)
数组
(64)
前缀和
(8)
中等
(46)
每日一题
(131)
2020-02-07
»
LeetCode.697.Degree of an Array 度数相同的最小连续子数组
LeetCode
(223)
Easy
(118)
数组
(64)
中等
(46)
2020-02-06
»
LeetCode.121.Best Time to Buy and Sell Stock 买卖股票的最佳时机
LeetCode
(223)
Easy
(118)
数组
(64)
动态规划
(25)
中等
(46)
每日一题
(131)
2020-02-05
»
LeetCode.628.Maximum Product of Three Numbers 数组中三个数的最大乘积
LeetCode
(223)
Easy
(118)
数组
(64)
困难
(70)
数学
(31)
2020-02-04
»
LeetCode.152.Maximum Product Subarray 最大连续子序列积
LeetCode
(223)
Medium
(80)
动态规划
(25)
数组
(64)
困难
(70)
有公式
(26)
每日一题
(131)
2020-01-31
»
LeetCode.532.K-diff Pairs in an Array 数组中的k-diff数对
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
2020-01-16
»
LeetCode.053.Maximum Subarray 最大连续子序列和
LeetCode
(223)
Easy
(118)
动态规划
(25)
分治
(6)
线段树
(1)
数组
(64)
困难
(70)
每日一题
(131)
2018-03-02
»
LeetCode.033.Search in Rotated Sorted Array 搜索旋转有序数组
LeetCode
(223)
Medium
(80)
数组
(64)
二分搜索
(12)
双指针
(37)
中等
(46)
每日一题
(131)
2018-03-01
»
LeetCode.153.Find Minimum in Rotated Sorted Array 旋转排序数组中的最小值
LeetCode
(223)
Medium
(80)
数组
(64)
二分搜索
(12)
中等
(46)
双指针
(37)
2018-02-25
»
LeetCode.035.Search Insert Position 搜索插入位置
LeetCode
(223)
Easy
(118)
数组
(64)
二分搜索
(12)
双指针
(37)
每日一题
(131)
2018-02-22
»
LeetCode.026.Remove Duplicates from Sorted Array 删除有序数组中的重复项
LeetCode
(223)
Easy
(118)
数组
(64)
双指针
(37)
2018-02-21
»
LeetCode.027.Remove Element 从数组中移除指定元素
LeetCode
(223)
Easy
(118)
数组
(64)
双指针
(37)
2018-02-07
»
LeetCode.004.Median of Two Sorted Arrays 两个有序数组的中位数
LeetCode
(223)
Hard
(24)
困难
(70)
数组
(64)
二分搜索
(12)
分治
(6)
双指针
(37)
TopK
(7)
每日一题
(131)
2018-02-02
»
LeetCode.001.Two Sum 两数之和
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
2018-01-27
»
LeetCode.283.Move Zeroes 将数组中的零移到末尾
LeetCode
(223)
Easy
(118)
数组
(64)
双指针
(37)
2018-01-25
»
LeetCode.349.Intersection of Two Arrays 两数组的交集
LeetCode
(223)
Easy
(118)
Map
(31)
Set
(2)
双指针
(37)
数组
(64)
2018-01-24
»
LeetCode.389.Find the Difference 找出两个数组的不同
LeetCode
(223)
Easy
(118)
数组
(64)
数组下标
(7)
位运算
(13)
Map
(31)
字符串
(25)
2018-01-21
»
LeetCode.442.Find All Duplicates in an Array 数组中所有重复的数
LeetCode
(223)
Medium
(80)
Map
(31)
数组
(64)
数组下标
(7)
中等
(46)
2018-01-14
»
LeetCode.500.Keyboard Row
LeetCode
(223)
Easy
(118)
Map
(31)
数组
(64)
字符串
(25)
有图
(142)
2018-01-11
»
LeetCode.561.Array Partition I 数组拆分 I
LeetCode
(223)
Easy
(118)
数组
(64)