README
Leetcode Summary
Author: Jelly.
If this repo helps you, please give it a π. Thanks.
Gitbook link:https://zhangjelly0405.gitbook.io/leetcode/
Github link:https://github.com/JellyZhang/leetcode
Important Questions
#
Title
Importance
Array
4
Median of Two Sorted Arrays
β β β β β
11
Container With Most Water
β β β
15
3Sum
β β β β β
81
Search in Rotated Sorted Array II
β β β β β
41
First Missing Positive
β β β β β
42
Trapping Rain Water
β β β β β
56
Merge Intervals
β β β β β
60
Permutation Sequence
β β β
154
Find Minimum in Rotated Sorted Array II
β β β β
215
Kth Largest Element in an Array
β β β β β
315
Count of Smaller Numbers After Self
β β β
188
Best Time to Buy and Sell Stock IV
β β β β β
862
Shortest Subarray with Sum at Least K
β β β β β
51
Maximum Subarray
β β β β β
300
Longest Increasing Subsequence
β β β β β
43
Multiply Strings
β β β β
String
3
Longest Substring Without Repeating Characters
β β β
5
Longest Palindromic Substring
β β β
8
String to Integer (atoi)
β β β β
28
Implement strStr()
β β β β β
32
Longest Valid Parentheses
LinkList
2
Add Two Numbers
β β β
23
Merge k Sorted Lists
β β β
25
Reverse Nodes in k-Group
β β β β β
142
Linked List Cycle II
β β β
143
Reorder List
β β β β
Tree
230
Kth Smallest Element in a BST
β β
98
Validate Binary Search Tree
β β β
102
Binary Tree Level Order Traversal
β β β
94
Binary Tree Inorder Traversal
β β β β β
144
Binary Tree Preorder Traversal
β β β β β
145
Binary Tree Postorder Traversal
β β β β β
236
Lowest Common Ancestor of a Binary Tree
β β β
DP
10
Regular Expression Matching
β β β β
44
Wildcard Matching
β β β β
72
Edit Distance
β β β β
132
Palindrome Partitioning II
β β β
338
Counting Bits
β β β
877
Stone Game
β β β β
1043
Partition Array for Maximum Sum
β β β
1406
Stone Game III
β β β β
416
Partition Equal Subset Sum
β β β β
DFS/BFS
40
Combination Sum II
β β β
31
Next Permutation
β β β β β
47
Permutations II
β β β β
131
Palindrome Partitioning
β β
Bit Operation
371
Sum of Two Integers
β β
Others
29
Divide Two Integers
β β β
50
Pow(x, n)
β β β
69
Sqrt(x)
β β β
133
Clone Graph
β β β
969
Pancake Sorting
β β β
224
Basic Calculator
β β β β
547
Friend Circles
β β β β
146
LRU Cache
β β β β
Last updated
Was this helpful?