首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
leetcode
我是王大你是谁
创建于2021-05-12
订阅专栏
python 解答 leetcode
等 30 人订阅
共750篇文章
创建于2021-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
leetcode 2257. Count Unguarded Cells in the Grid(python)
这是第 77 场双周赛的第三题,难度 Medium ,考察的是对实际题目的理解,然后使用标记法来解决即可
leetcode 2273. Find Resultant Array After Removing Anagrams(python)
这是第 293 场周赛的第一题,难度 Eazy ,主要考察的是 Anagram 字符串以及计数器的使用
leetcode 2256. Minimum Average Difference(python)
这是第 77 场双周赛的第二题,难度 Medium ,考察的是对列表前缀和的理解及其应用,相对来说不难
leetcode 2255. Count Prefixes of a Given String(python)
这是第 77 场双周赛的第一题,难度 Eazy ,考察的是字符串的基本操作,这道题应该都能做出来吧,这都做不出来回家可以卖红薯了...
leetcode 743. Network Delay Time (python)
leetcode 743. Network Delay Time (python)使用 BFS + 优先队列解题,其实就是用 Dijkstra 算法解题
leetcode 1091. Shortest Path in Binary Matrix(python)
leetcode 1091. Shortest Path in Binary Matrix(python)使用常规的 BFS 套路模版解题即可
leetcode 1209. Remove All Adjacent Duplicates in String II(python)
leetcode 1209. Remove All Adjacent Duplicates in String II(python)考察的是栈的应用
leetcode 1396. Design Underground System (python)
这道题看起来描述又臭又长,但是这种题往往是看起来难,做起来简单,就像纸老虎,看起来吓人,其实一点威胁也没有
leetcode 1679. Max Number of K-Sum Pairs (python)
leetcode 1679. Max Number of K-Sum Pairs (python)主要考察的是计数器的实际应用
leetcode 581. Shortest Unsorted Continuous Subarray(python)
leetcode 581. Shortest Unsorted Continuous Subarray(python)使用类似双指针的方法解题
leetcode 216. Combination Sum III(python)
leetcode 216. Combination Sum III(python)这道题考察的是排列组合,使用 DFS 可以解决
leetcode 17. Letter Combinations of a Phone Number(python)
leetcode 17. Letter Combinations of a Phone Number(python)本题考查排列组合,使用栈可以解决
leetcode 2251. Number of Flowers in Full Bloom(python)
这第 290 场 leetcode 周赛,本文介绍的是第四题,难度 Hard ,主要考察的是排序和二分查找。
leetcode 2250. Count Number of Rectangles Containing Each Point (python)
这第 290 场 leetcode 周赛,本文介绍的是第三题,难度 Medium ,主要考察的是找规律和二分查找相关操作。
leetcode 2249. Count Lattice Points Inside a Circle(python)
这第 290 场 leetcode 周赛,本文介绍的是第二题,难度 Medium ,主要考察的是数学的解方程思想。
leetcode 2248. Intersection of Multiple Arrays(python)
这第 290 场 leetcode 周赛,本文介绍的是第一题,难度 Eazy ,主要考察的是对集合的相关操作。
leetcode 2246. Longest Path With Different Adjacent Characters(python)
这道题是第 289 场 leetcode 周赛的第四题,难度为 hard ,主要考察的是 n 叉树的 DFS 遍历
leetcode 2244. Minimum Rounds to Complete All Tasks(python)
这道题是第 289 场 leetcode 周赛的第二题,难度为 Medium ,主要考察的是就是贪心。
leetcode 2245. Maximum Trailing Zeros in a Cornered Path (python)
这道题是第 289 场 leetcode 周赛的第三题,难度为 Medium ,主要考察的是就是对字符串和列表的基本操作。
leetcode 2243. Calculate Digit Sum of a String (python)
这道题是第 289 场 leetcode 周赛的第一题,难度为 Eazy ,主要考察的是就是对字符串和列表的基本操作。
下一页