主页
归档
标签
留言
统计
关于
工具
标签:困难
(70)
2020-07-19
»
LeetCode.312.Burst Balloons 戳气球
LeetCode
(223)
Hard
(24)
困难
(70)
数组
(64)
动态规划
(25)
每日一题
(131)
2020-07-18
»
LeetCode.097.Interleaving String 交错字符串
LeetCode
(223)
Hard
(24)
困难
(70)
字符串
(25)
动态规划
(25)
双指针
(37)
回溯
(5)
DFS
(12)
每日一题
(131)
2020-07-06
»
LeetCode.063.Unique Paths II 不同路径 II
LeetCode
(223)
Medium
(80)
困难
(70)
DFS
(12)
回溯
(5)
Graph
(11)
二维数组
(15)
动态规划
(25)
每日一题
(131)
2020-07-05
»
LeetCode.044.Wildcard Matching 通配符匹配
LeetCode
(223)
Hard
(24)
困难
(70)
字符串
(25)
动态规划
(25)
Regex
(5)
每日一题
(131)
2020-07-04
»
LeetCode.032.Longest Valid Parentheses 最长有效括号
LeetCode
(223)
Hard
(24)
困难
(70)
栈
(13)
动态规划
(25)
数组
(64)
每日一题
(131)
2020-07-02
»
LeetCode.378.Kth Smallest Element in a Sorted Matrix 有序矩阵中第K小的元素
LeetCode
(223)
Medium
(80)
困难
(70)
Heap
(6)
PriorityQueue
(6)
TopK
(7)
二分搜索
(12)
每日一题
(131)
2020-06-28
»
LeetCode.209.Minimum Size Subarray Sum 长度最小的子数组
LeetCode
(223)
Medium
(80)
困难
(70)
滑动窗口
(5)
双指针
(37)
前缀和
(8)
二分搜索
(12)
每日一题
(131)
2020-06-25
»
LeetCode.139.Word Break 单词拆分
LeetCode
(223)
Medium
(80)
困难
(70)
字符串
(25)
动态规划
(25)
Map
(31)
每日一题
(131)
2020-06-22
»
LeetCode.程序员面试金典.1618.Pattern Matching 模式匹配
LeetCode
(223)
Medium
(80)
困难
(70)
面试金典
(7)
字符串
(25)
每日一题
(131)
2020-06-20
»
LeetCode.010.Regular Expression Matching 正则表达式匹配
LeetCode
(223)
Hard
(24)
困难
(70)
字符串
(25)
动态规划
(25)
Regex
(5)
每日一题
(131)
2020-06-18
»
LeetCode.1028.Recover a Tree From Preorder Traversal 从先序遍历还原二叉树
LeetCode
(223)
Hard
(24)
二叉树
(42)
困难
(70)
DFS
(12)
递归
(46)
每日一题
(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-08
»
LeetCode.990.Satisfiability of Equality Equations 等式方程的可满足性
LeetCode
(223)
并查集
(3)
Medium
(80)
困难
(70)
每日一题
(131)
2020-06-07
»
LeetCode.126.Word Ladder II 单词接龙 II
LeetCode
(223)
Hard
(24)
DFS
(12)
BFS
(13)
Graph
(11)
困难
(70)
每日一题
(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-30
»
LeetCode.084.Largest Rectangle in Histogram 柱状图中最大的矩形
LeetCode
(223)
Hard
(24)
几何
(7)
栈
(13)
单调栈
(3)
有图
(142)
困难
(70)
每日一题
(131)
2020-05-27
»
LeetCode.974.Subarray Sums Divisible by K 和可被K整除的子数组
LeetCode
(223)
Medium
(80)
Map
(31)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-05-23
»
LeetCode.076.Minimum Window Substring 最小覆盖子串
LeetCode
(223)
Hard
(24)
Map
(31)
困难
(70)
滑动窗口
(5)
双指针
(37)
每日一题
(131)
有图
(142)
2020-05-20
»
LeetCode.1371.Find the Longest Substring Containing Vowels in Even Counts 每个元音包含偶数次的最长子字符串
LeetCode
(223)
Medium
(80)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-05-17
»
LeetCode.210.Course Schedule II 课程表 II
LeetCode
(223)
Medium
(80)
DFS
(12)
BFS
(13)
Graph
(11)
拓扑排序
(1)
困难
(70)
每日一题
(131)
2020-05-15
»
LeetCode.560.Subarray Sum Equals K 和为K的子数组
LeetCode
(223)
Medium
(80)
Map
(31)
数组
(64)
前缀和
(8)
每日一题
(131)
困难
(70)
2020-05-06
»
LeetCode.983.Minimum Cost For Tickets 最低票价
LeetCode
(223)
Medium
(80)
动态规划
(25)
困难
(70)
每日一题
(131)
2020-05-04
»
LeetCode.045.Jump Game II 跳跃游戏2
LeetCode
(223)
Hard
(24)
贪心
(4)
BFS
(13)
DFS
(12)
困难
(70)
每日一题
(131)
2020-04-24
»
LeetCode.剑指offer.051.数组中的逆序对
LeetCode
(223)
Hard
(24)
剑指Offer
(11)
困难
(70)
分治
(6)
每日一题
(131)
2020-04-23
»
LeetCode.程序员面试金典.0811.Coin 硬币
LeetCode
(223)
Medium
(80)
困难
(70)
面试金典
(7)
有公式
(26)
动态规划
(25)
每日一题
(131)
2020-04-21
»
LeetCode.1248.Count Number of Nice Subarrays 统计优美子数组
LeetCode
(223)
Medium
(80)
数学
(31)
数组
(64)
前缀和
(8)
Map
(31)
困难
(70)
每日一题
(131)
2020-04-18
»
LeetCode.011.Container With Most Water 盛最多水的容器
LeetCode
(223)
Medium
(80)
有图
(142)
困难
(70)
双指针
(37)
每日一题
(131)
2020-04-17
»
LeetCode.055.Jump Game 跳跃游戏
LeetCode
(223)
Medium
(80)
贪心
(4)
BFS
(13)
DFS
(12)
困难
(70)
每日一题
(131)
2020-04-12
»
LeetCode.程序员面试金典.1603.Intersection 交点
LeetCode
(223)
Hard
(24)
困难
(70)
面试金典
(7)
数学
(31)
几何
(7)
有公式
(26)
每日一题
(131)
2020-04-11
»
LeetCode.887.Super Egg Drop 鸡蛋掉落
LeetCode
(223)
Hard
(24)
动态规划
(25)
有公式
(26)
有图
(142)
困难
(70)
每日一题
(131)
2020-04-09
»
LeetCode.022.Generate Parentheses 括号生成
LeetCode
(223)
Medium
(80)
Deque
(1)
困难
(70)
回溯
(5)
每日一题
(131)
2020-04-05
»
LeetCode.460.LFU Cache 实现LFU缓存
LeetCode
(223)
Hard
(24)
Map
(31)
类设计
(8)
困难
(70)
每日一题
(131)
2020-04-04
»
LeetCode.042.Trapping Rain Water 接雨水
LeetCode
(223)
Hard
(24)
数学
(31)
几何
(7)
栈
(13)
单调栈
(3)
有图
(142)
困难
(70)
每日一题
(131)
2020-04-01
»
LeetCode.1111.Maximum Nesting Depth of Two Valid Parentheses Strings 有效括号的嵌套深度
LeetCode
(223)
Medium
(80)
栈
(13)
困难
(70)
每日一题
(131)
2020-03-30
»
LeetCode.剑指offer.062.圆圈中最后剩下的数字/约瑟夫环
LeetCode
(223)
Easy
(118)
剑指Offer
(11)
困难
(70)
数学
(31)
每日一题
(131)
2020-03-29
»
LeetCode.1162.As Far from Land as Possible 离所有陆地最远的海洋/地图分析
LeetCode
(223)
Medium
(80)
BFS
(13)
Graph
(11)
二维数组
(15)
困难
(70)
每日一题
(131)
2020-03-22
»
LeetCode.945.Minimum Increment to Make Array Unique 使数组唯一的最小增量
LeetCode
(223)
Medium
(80)
数组
(64)
困难
(70)
每日一题
(131)
2020-03-21
»
LeetCode.365.Water and Jug Problem 水壶问题
LeetCode
(223)
Medium
(80)
DFS
(12)
困难
(70)
有图
(142)
每日一题
(131)
2020-03-08
»
LeetCode.322.Coin Change 零钱兑换
LeetCode
(223)
Medium
(80)
动态规划
(25)
数组
(64)
困难
(70)
有公式
(26)
每日一题
(131)
2020-03-07
»
LeetCode.剑指offer.059.最大队列
LeetCode
(223)
Medium
(80)
队列
(4)
困难
(70)
剑指Offer
(11)
每日一题
(131)
2020-03-05
»
LeetCode.1103.Distribute Candies to People 等差数列分糖果
LeetCode
(223)
Easy
(118)
数组
(64)
数学
(31)
困难
(70)
每日一题
(131)
2020-03-04
»
LeetCode.994.Rotting Oranges 腐烂的橘子
LeetCode
(223)
Easy
(118)
BFS
(13)
Graph
(11)
二维数组
(15)
困难
(70)
有图
(142)
每日一题
(131)
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-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.287.Find the Duplicate Number 数组中重复的数
LeetCode
(223)
Medium
(80)
数组
(64)
链表
(19)
双指针
(37)
困难
(70)
每日一题
(131)
2020-02-12
»
LeetCode.137.Single Number II 数组中只出现一次的数2
LeetCode
(223)
Medium
(80)
数组
(64)
位运算
(13)
困难
(70)
2020-02-11
»
LeetCode.169.Majority Element 数组的众数/主元素
LeetCode
(223)
Easy
(118)
数组
(64)
困难
(70)
位运算
(13)
每日一题
(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-02-04
»
LeetCode.160.Intersection of Two Linked Lists 两链表的交点
LeetCode
(223)
Easy
(118)
链表
(19)
双指针
(37)
困难
(70)
有图
(142)
2020-02-01
»
LeetCode.124.Binary Tree Maximum Path Sum 二叉树的最大路径和
LeetCode
(223)
Hard
(24)
困难
(70)
二叉树
(42)
递归
(46)
每日一题
(131)
2020-01-29
»
LeetCode.501.Find Mode in Binary Search Tree 寻找BST的众数
LeetCode
(223)
Easy
(118)
二叉树
(42)
递归
(46)
困难
(70)
BST
(12)
2020-01-28
»
LeetCode.437.Path Sum III 二叉树的路径和3
LeetCode
(223)
Easy
(118)
二叉树
(42)
递归
(46)
困难
(70)
2020-01-27
»
LeetCode.236.Lowest Common Ancestor of a Binary Tree 二叉树的最近公共祖先
LeetCode
(223)
Medium
(80)
二叉树
(42)
递归
(46)
Map
(31)
困难
(70)
有图
(142)
每日一题
(131)
2020-01-19
»
LeetCode.101.Symmetric Tree 对称二叉树
LeetCode
(223)
Easy
(118)
二叉树
(42)
递归
(46)
困难
(70)
每日一题
(131)
2020-01-16
»
LeetCode.053.Maximum Subarray 最大连续子序列和
LeetCode
(223)
Easy
(118)
动态规划
(25)
分治
(6)
线段树
(1)
数组
(64)
困难
(70)
每日一题
(131)
2019-11-22
»
LeetCode.005.LongestPalindromicSubstring 最长回文子串
LeetCode
(223)
Medium
(80)
字符串
(25)
困难
(70)
回文
(6)
动态规划
(25)
每日一题
(131)
2018-02-07
»
LeetCode.004.Median of Two Sorted Arrays 两个有序数组的中位数
LeetCode
(223)
Hard
(24)
困难
(70)
数组
(64)
二分搜索
(12)
分治
(6)
双指针
(37)
TopK
(7)
每日一题
(131)
2018-02-06
»
LeetCode.009.Palindrome Number 判断整数是否回文数
LeetCode
(223)
Easy
(118)
数学
(31)
困难
(70)
回文
(6)
每日一题
(131)
2018-02-04
»
LeetCode.003.Longest Substring Without Repeating Characters 最长非重复子串
LeetCode
(223)
Medium
(80)
Map
(31)
字符串
(25)
双指针
(37)
滑动窗口
(5)
困难
(70)
每日一题
(131)
2018-02-01
»
有环单链表的环长、环起点和链表长
链表
(19)
双指针
(37)
困难
(70)
有图
(142)
2018-01-31
»
LeetCode.142.Linked List Cycle II 有环链表的环起点
LeetCode
(223)
Medium
(80)
链表
(19)
双指针
(37)
困难
(70)
2018-01-29
»
LeetCode.371.Sum of Two Integers 不用加减号计算整数加法
LeetCode
(223)
Easy
(118)
位运算
(13)
数学
(31)
递归
(46)
困难
(70)
2018-01-28
»
LeetCode.007.Reverse Integer
LeetCode
(223)
Easy
(118)
数学
(31)
困难
(70)
2018-01-13
»
LeetCode.191.Number of 1 Bits 位1的个数
LeetCode
(223)
Easy
(118)
位运算
(13)
困难
(70)
有图
(142)