LeetCode

November 22, 2020 · View on GitHub

原创文章每周最少两篇,后续最新文章会在【公众号】首发,视频【B站】首发,大家可以加我【微信】交流群,技术交流或提意见都可以,欢迎Star

微信群 公众号 B站 知乎 CSDN 头条 掘金

帮助文档

帮助文档存放在Help文件夹下。

文件名文件描述链接
complexitypython.txtPython的一些常规操作的复杂度统计URL

题目清单

题目清单根据题目类型、难度进行排序,符号*代表与上下表格合并。

Array(数组)

IDDifficultyTitlePythonC++Blog
1EasyTwo SumPythonno思路讲解
11MediumContainer With Most WaterPythonC++思路讲解

Linked List(链表)

IDDifficultyTitlePythonC++Blog
21EasyMerge Two Sorted ListsPythonC++博客思路讲解
83*Remove Duplicates from Sorted ListPythonC++博客思路讲解
141*Linked List CyclePythonC++博客思路讲解
160*Intersection of Two Linked ListsPythonC++博客思路讲解
203*Remove Linked List ElementsnoC++no
206*Reverse Linked ListPythonC-迭代 C-递归博客思路讲解
234*Palindrome Linked ListPythonC++博客思路讲解
237EasyDelete Node in a Linked ListPythonCno
2MediumAdd Two NumbersPythonC++思路讲解
61MediumRotatePythonC++博客思路讲解

Stack(栈)

IDDifficultyTitlePythonC++Blog
20EasyValid ParenthesesnoC++博客思路讲解
155*Min StacknoC++博客思路讲解
255*Implement Stack using QueuesnoC++博客思路讲解
232*Implement Queue using StacksnoC++博客思路讲解
496EasyNext Greater Element InoC++博客思路讲解
150MediumEvaluate Reverse Polish NotationnoC++博客思路讲解

String(字符串)

IDDifficultyTitlePythonC++Blog
13EasyRoman to IntegerPythonno思路讲解
14*Longest Common PrefixPythonno思路讲解
28*Implement strStrPythonno思路讲解
38*Count and SayPythonno思路讲解
125*Valid PalindromePythonno思路讲解
150*Add BinaryPythonC++博客思路讲解
344*Reverse StringPythonC++博客思路讲解
345*Reverse Vowels of a StringPythonno博客思路讲解
383*Ransom NotePythonno思路讲解
434*Number of Segments in a StringPythonC++博客思路讲解
520*Detect CapitalPythonC++博客思路讲解
521*Longest Uncommon Subsequence IPythonnono
541*Reverse String IIPythonC++博客思路讲解
551*Student Attendance Record IPythonnono
557*Reverse Words in a String IIIPythonC++博客思路讲解
657EasyJudge Route CirclePythonnono
3MediumLongest Substring Without Repeating CharactersPythonno思路讲解
5*Longest Palindromic SubstringPythonno思路讲解
17*Letter Combinations of a Phone NumberPythonno思路讲解
22*Generate ParenthesesPythonno思路讲解
43*Multiply StringsPythonno思路讲解
609MediumFind Duplicate File in SystemPythonno思路讲解

Tree(树)

IDDifficultyTitlePythonC++Blog
111EasyMinimum Depth of Binary TreePy-1 Py-2C++博客思路讲解
112*Path SumPy-1 Py-2C++博客思路讲解
235*Lowest Common Ancestor of a Binary Search TreePy-1 Py-2C++博客思路讲解
501*Find Mode in Binary Search TreePythonC++博客思路讲解
543*Diameter of Binary TreePythonC++no
606EasyConstruct String from Binary TreePythonC++no
113MediumPath Sum IIPythonnono

Hash Table(哈希表)

IDDifficultyTitlePythonC++Blog
290EasyWord Pattern.mdePythonno思路讲解

剑指Offer(已完成)

链表(8道):

二叉树(12道):

二叉搜索树(3道):

数组(11道):

字符串(8道):

栈(3道):

递归(4道):

回溯法(2道):

其他(15道):

更多精彩,敬请期待!

wechat