首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
leetcode
我是王大你是谁
创建于2021-05-12
订阅专栏
python 解答 leetcode
等 30 人订阅
共750篇文章
创建于2021-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
leetcode 532. K-diff Pairs in an Array(python)
leetcode 532. K-diff Pairs in an Array(python)考察的是对列表排序的理解
leetcode 133. Clone Graph(python)
leetcode 133. Clone Graph(python)主要考察的是 BFS 对图的遍历
leetcode 799. Champagne Tower(python)
leetcode 799. Champagne Tower(python)考查的是动态规划,很有意思也很有难度
leetcode 165. Compare Version Numbers(python)
leetcode 165. Compare Version Numbers(python)主要考察的就是列表和字符串的基本操作,很简单
leetcode 392. Is Subsequence(python)
leetcode 392. Is Subsequence(python)考察的就是一个字符串是否时另一个字符串的子序列
leetcode 228. Summary Ranges(python)
leetcode 228. Summary Ranges(python)考察的是对列表和字符串的基本操作
leetcode 2183. Count Array Pairs Divisible by K (python)
这是 Weekly Contest 281 的第四题,难度 Hard ,考查的就是对数学除数的理解,难度也不是很难,但是比赛的时候超时了,烦。
leetcode 2182. Construct String With Repeat Limit (python)
这是 Weekly Contest 281 的第三题,难度 Medium ,考查的就是对堆数据结构的理解,事后看难度也不是很难,但是比赛的时候没有做出来,烦。
leetcode 2181. Merge Nodes in Between Zeros(python)
这是 Weekly Contest 281 的第二题,难度 Medium ,考查的就是对链表的基本操作,难度也不是很难,用了两种方法解题。
leetcode 2180. Count Integers With Even Digit Sum (python)
这是 Weekly Contest 281 的第一题,难度 Eazy ,考查的就是字符串和整数互换以及数字求和等操作,难度相当简单了。
leetcode 2179. Count Good Triplets in an Array(python)
这是 leetcode 中 Biweekly Contest 72 的第四题,难度为 Hard ,对我反正是有点难度,自己搞了一个小时,硬是最后也没做出来。
leetcode 2178. Maximum Split of Positive Even Integers(python)
这是 leetcode 中 Biweekly Contest 72 的第三题,难度为 Medium ,考查的就是贪心思想。
leetcode 2177.Find Three Consecutive Integers That Sum to a Given Number(python)
这是 leetcode 中 Biweekly Contest 72 的第二题,难度为 Medium ,考查的就是数学的基本方程思想
leetcode 2176. Count Equal and Divisible Pairs in an Array(python)
这是 leetcode 中 Biweekly Contest 72 的第一题,难度为 Eazy ,考查的就是对列表的基本操作。
leetcode 560. Subarray Sum Equals K (python)
leetcode 560. Subarray Sum Equals K (python)考察前缀和和字典的结合应用
leetcode 567. Permutation in String (python)
leetcode 567. Permutation in String (python)两种方法都是滑动窗口,但是第二种优化之后性能大幅提升
leetcode 39. Combination Sum (python)
leetcode 39. Combination Sum (python)这道题考查的就是 DFS 递归,详细过程可以看示意图
leetcode 2167. Minimum Time to Remove All Cars Containing Illegal Goods(python)
这是 Weekly Contest 279 比赛的第四题,难度 Hard ,考察的内容是贪心,确实难,比赛时候我没做出来。
leetcode 2166. Design Bitset (python)
这是 Weekly Contest 279 比赛的第三题,难度 Medium ,考察的是对位运算,这道题说难也难,说不难也不难,看你有没有找到诀窍,如果用位运算是有点难度,如果用数组的方法倒也简单。
leetcode 2165. Smallest Value of the Rearranged Number (python)
这是 Weekly Contest 279 比赛的第二题,难度 Medium ,考察的是对题目的理解和数组的操作,很简单。
下一页