首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
leetcode
我是王大你是谁
创建于2021-05-12
订阅专栏
python 解答 leetcode
等 30 人订阅
共750篇文章
创建于2021-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
leetcode 1610. Maximum Number of Visible Points(python)
leetcode 1610. Maximum Number of Visible Points(python)模拟题意写代码
leetcode 1238. Circular Permutation in Binary Representation(python)
leetcode 1238. Circular Permutation in Binary Representation(python)第一种方法通过位运算解题,第二种方法模仿题意写代码
leetcode 1130. Minimum Cost Tree From Leaf Values(python)
leetcode 1130. Minimum Cost Tree From Leaf Values(python)找规律解题
leetcode 1433. Check If a String Can Break Another String(python)
leetcode 1433. Check If a String Can Break Another String(python)使用排序和计数器解题
leetcode 889.Construct Binary Tree from Preorder and Postorder Traversal(python)
leetcode 889.Construct Binary Tree from Preorder and Postorder Traversal(python)使用 DFS 递归解题
leetcode 1338. Reduce Array Size to The Half(python)
leetcode 1338. Reduce Array Size to The Half(python)使用贪心算法解题
leetcode 406. Queue Reconstruction by Height(python)
leetcode 406. Queue Reconstruction by Height(python)排序解题
leetcode 1043. Partition Array for Maximum Sum (python)
leetcode 1043. Partition Array for Maximum Sum (python)使用动态规划解题
leetcode 986. Interval List Intersections(python)
leetcode 986. Interval List Intersections(python)找闭区间的交集解题
leetcode 1860. Incremental Memory Leak(python)
leetcode 1860. Incremental Memory Leak(python)按照题意直接写代码
leetcode 1884. Egg Drop With 2 Eggs and N Floors(python)
leetcode 1884. Egg Drop With 2 Eggs and N Floors(python)找规律解题
leetcode 1910. Remove All Occurrences of a Substring(python)
leetcode 1910. Remove All Occurrences of a Substring(python)考察的是对字符串中子字符串的查找和索引
leetcode 1387. Sort Integers by The Power Value (python)
leetcode 1387. Sort Integers by The Power Value (python)第一种方法按题意过程写代码,第二种方法用字典记录已经知道 power 值的数字节省计算量
leetcode 1222. Queens That Can Attack the King(python)
leetcode 1222. Queens That Can Attack the King(python)找规律解题
leetcode 1286. Iterator for Combination(python)
leetcode 1286. Iterator for Combination(python)第一种方法使用内置函数,第二种方法使用 DFS
leetcode 1418. Display Table of Food Orders in a Restaurant (python)
leetcode 1418. Display Table of Food Orders in a Restaurant (python)主要使用了字典保存数据来解题
leetcode 1598. Crawler Log Folder(python)
leetcode 1598. Crawler Log Folder(python)使用栈的数据结构来解题
leetcode 733. Flood Fill(python)
leetcode 733. Flood Fill(python)第一种方法使用 BFS ,第二种方法使用 DFS
leetcode 1560. Most Visited Sector in a Circular Track(python)
leetcode 1560. Most Visited Sector in a Circular Track(python)第一种方法是模拟马拉松过程求解,第二种方法是找规律求解
leetcode 1995. Count Special Quadruplets(python)
leetcode 1995. Count Special Quadruplets(python)第一种和第二种方法使用暴力解法,第三种方法使用字典巧妙解题
下一页