首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
leetcode
我是王大你是谁
创建于2021-05-12
订阅专栏
python 解答 leetcode
等 30 人订阅
共750篇文章
创建于2021-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
leetcode 55. Jump Game(python)
leetcode 55. Jump Game(python)使用贪心思想解题,简单推导规则即可完成。
leetcode 1962. Remove Stones to Minimize the Total(python)
leetcode 1962. Remove Stones to Minimize the Total(python)使用贪心思想和大根堆数据结构解题
leetcode 1834. Single-Threaded CPU(python)
leetcode 1834. Single-Threaded CPU(python)使用排序和堆来解题
leetcode 1162. As Far from Land as Possible(python)
leetcode 1162. As Far from Land as Possible(python)使用多源 BFS 解答
leetcode 2477. Minimum Fuel Cost to Report to the Capital(python)
leetcode 2477. Minimum Fuel Cost to Report to the Capital(python)考查图和贪心
leetcode 783. Minimum Distance Between BST Nodes(python)
leetcode 783. Minimum Distance Between BST Nodes(python)考查二叉树的中序遍历
leetcode 989. Add to Array-Form of Integer (python)
leetcode 989. Add to Array-Form of Integer (python)实现两个整数的加法过程
leetcode 2421. Number of Good Paths(python)
leetcode 2421. Number of Good Paths(python)使用并查集解题
leetcode 904. Fruit Into Baskets (python)
leetcode 904. Fruit Into Baskets (python)使用滑动窗口解题
leetcode 45. Jump Game II(python)
leetcode 45. Jump Game II(python)使用贪心思想从左往右不断找最远可达位置即可
leetcode 1061. Lexicographically Smallest Equivalent String(python)
leetcode 1061. Lexicographically Smallest Equivalent String(python)
leetcode 1470. Shuffle the Array(python)
leetcode 1470. Shuffle the Array(python)这是一道 eazy 题,直接遍历解题即可。
leetcode 1626. Best Team With No Conflicts(python)
leetcode 1626. Best Team With No Conflicts(python)
leetcode 6. Zigzag Conversion(python)
leetcode 6. Zigzag Conversion(python)通过模拟题意来完成字符串的 Z 字型变化
leetcode 57. Insert Interval (python)
leetcode 57. Insert Interval (python)主要考察常见的消除区间覆盖问题
leetcode 1833. Maximum Ice Cream Bars(python)
leetcode 1833. Maximum Ice Cream Bars(python)考察贪心思想
leetcode 797. All Paths From Source to Target(python)
leetcode 797. All Paths From Source to Target(python)使用 DFS 解题
leetcode 2086.Minimum Number of Buckets Required to Collect Rainwater from House
leetcode 2086. Minimum Number of Buckets Required to Collect Rainwater from Houses(python)使用贪心策略解决
leetcode 2092. Find All People With Secret(python)
leetcode 2092. Find All People With Secret(python)使用 union find 算法解题
leetcode 59. Spiral Matrix II (python)
leetcode 59. Spiral Matrix II (python)找规律题,考察的就是二维列表的复杂遍历操作
下一页