首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
leetcode
我是王大你是谁
创建于2021-05-12
订阅专栏
python 解答 leetcode
等 30 人订阅
共750篇文章
创建于2021-05-12
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
leetcode 835. Image Overlap(python)
leetcode 835. Image Overlap(python)使用 hash 和计数器来解题
leetcode 523. Continuous Subarray Sum (python)
leetcode 523. Continuous Subarray Sum (python)使用前缀和和数学原理解题
leetcode 2088. Count Fertile Pyramids in a Land(python)
leetcode 2088. Count Fertile Pyramids in a Land(python)使用动态规划解题
leetcode 1239. Maximum Length of a Concatenated String with Unique Characters
leetcode 1239. Maximum Length of a Concatenated String with Unique Characters 主要使用集合暴力解题
leetcode 173. Binary Search Tree Iterator(python)
leetcode 173. Binary Search Tree Iterator(python)考察的就是经典的二叉树中序遍历操作,以及对列表的基本操作
leetcode 219. Contains Duplicate II(python)
leetcode 219. Contains Duplicate II(python)使用贪心思想解题
leetcode 12. Integer to Roman (python)
leetcode 12. Integer to Roman (python)主要考查的是常见的贪心思想
leetcode 1143. Longest Common Subsequence(python)
leetcode 1143. Longest Common Subsequence 本题是典型的 LCS 模版问题,使用动态规划解题即可
leetcode 38. Count and Say(python)
leetcode 38. Count and Say(python)使用模拟方法和打表方法进行解题
leetcode 583. Delete Operation for Two Strings(python)
leetcode 583. Delete Operation for Two Strings 典型的 LCS 模版题,使用动态规划解题
leetcode 2315. Count Asterisks(python)
这是 Biweekly Contest 81 的第一题,难度 Eazy ,主要考查的是对题目的理解和字符串的计数
leetcode 2316. Count Unreachable Pairs of Nodes in an Undirected Graph(python)
这是 Biweekly Contest 81 的第二题,难度 Medium ,主要考查的是使用并查集解决图节点连通性的问题
leetcode 2095. Delete the Middle Node of a Linked List(python)
leetcode 2095. Delete the Middle Node of a Linked List 使用快慢指针法解题
leetcode 237. Delete Node in a Linked List(python)
leetcode 237. Delete Node in a Linked List(python)简单的更新链表索引操作
leetcode 2317. Maximum XOR After Operations(python)
这是 Biweekly Contest 81 的第三题,难度 Medium ,主要考查的是对题目的理解和按位二进制操作
leetcode 334. Increasing Triplet Subsequence (python)
leetcode 334. Increasing Triplet Subsequence 使用贪心思想解题
leetcode 1328. Break a Palindrome(python)
leetcode 1328. Break a Palindrome(python)使用贪心思想解题
leetcode 653. Two Sum IV - Input is a BST(python)
leetcode 653. Two Sum IV - Input is a BST 使用两种递归方法解题
leetcode 16. 3Sum Closest (python)
leetcode 16. 3Sum Closest (python)结合排序和双指针算法可以解决此题
leetcode 665. Non-decreasing Array(python)
leetcode 665. Non-decreasing Array(python)考查单调性和贪心
下一页