File tree
183 files changed
+5713
-700
lines changed- .github
- img
- solution
- 0001.Two Sum
- 0002.Add Two Numbers
- 0003.Longest Substring Without Repeating Characters
- 0006.ZigZag Conversion
- 0007.Reverse Integer
- 0008.String to Integer (atoi)
- 0011.Container With Most Water
- 0012.Integer to Roman
- 0015.3Sum
- 0018.4Sum
- 0023.Merge k Sorted Lists
- 0026.Remove Duplicates from Sorted Array
- 0027.Remove Element
- 0028.Implement strStr()
- 0031.Next Permutation
- 0034.Find First and Last Position of Element in Sorted Array
- 0035.Search Insert Position
- 0036.Valid Sudoku
- 0037.Sudoku Solver
- 0038.Count and Say
- 0039.Combination Sum
- 0040.Combination Sum II
- 0041.First Missing Positive
- 0042.Trapping Rain Water
- 0043.Multiply Strings
- 0044.Wildcard Matching
- 0045.Jump Game II
- 0048.Rotate Image
- 0049.Group Anagrams
- 0050.Pow(x, n)
- 0051.N-Queens
- 0052.N-Queens II
- 0054.Spiral Matrix
- 0055.Jump Game
- 0056.Merge Intervals
- 0057.Insert Intervals
- 0057.Insert Interval
- 0058.Length of Last Word
- 0060.Permutation Sequence
- 0062.Unique Paths
- 0063.Unique Paths II
- 0064.Minimum Path Sum
- 0065.Valid
- 0066.Plus One
- 0067.Add Binary
- 0068.Text Justification
- 0069.Sqrt(x)
- 0071.Simplify Path
- 0072.Edit Distance
- 0073.Set Matrix Zeroes
- 0074.Search a 2D Matrix
- 0084.Largest Rectangle in Histogram
- 0094.Binary Tree Inorder Traversal
- 0096.Unique Binary Search Trees
- 0102.Binary Tree Level Order Traversal
- 0105.Construct Binary Tree from Preorder and Inorder Traversal
- 0106.Construct Binary Tree from Inorder and Postorder Traversal
- 0123.Best Time to Buy and Sell Stock III
- 0138.Copy List with Random Pointer
- 0141.Linked List Cycle
- 0150.Evaluate Reverse Polish Notation
- 0160.Intersection of Two Linked Lists
- 0190.Reverse Bits
- 0191.Number of 1 Bits
- 0200.Number of Islands
- 0207.Course Schedule
- 0215.Kth Largest Element in an Array
- 0228.Summary Ranges
- 0231.Power of Two
- 0283.Move Zeroes
- 0300.Longest Increasing Subsequence
- 0312.Burst Balloons
- 0343.Integer Break
- 0394.Decode String
- 0412.Fizz Buzz
- 0438.Find All Anagrams in a String
- 0448.Find All Numbers Disappeared in an Array
- 0521.Longest Uncommon Subsequence I
- 0567.Permutation in String
- 0657.Robot Return to Origin
- 0665.Non-decreasing Array
- 0670.Maximum Swap
- 0701.Insert into a Binary Search Tree
- 0703.Kth Largest Element in a Stream
- 0735.Asteroid Collision
- 0769.Max Chunks To Make Sorted
- 0789.Escape The Ghosts
- 0804.Unique Morse Code Words
- 0817.Linked List Components
- 0826.Most Profit Assigning Work
- 0848.Shifting Letters
- 0853.Car Fleet
- 0881.Boats to Save People
- 0889.Construct Binary Tree from Preorder and Postorder Traversal
- 0915.Partition Array into Disjoint Intervals
- 0929.Unique Email Addresses
- 0938.Range Sum of BST
- 0952.Largest Component Size by Common Factor
- 0953.Verifying an Alien Dictionary
- 0955.Delete Columns to Make Sorted II
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
183 files changed
+5713
-700
lines changedLines changed: 6 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| |||
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 42 | + | |
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
50 |
| - | |
51 |
| - | |
52 | 46 |
| |
53 | 47 |
| |
54 | 48 |
| |
55 | 49 |
| |
56 |
| - | |
| 50 | + | |
57 | 51 |
| |
58 | 52 |
| |
59 | 53 |
| |
| |||
134 | 128 |
| |
135 | 129 |
| |
136 | 130 |
| |
137 |
| - | |
| 131 | + | |
138 | 132 |
| |
139 | 133 |
| |
140 | 134 |
| |
141 |
| - | |
| 135 | + | |
142 | 136 |
| |
143 | 137 |
| |
144 | 138 |
| |
145 |
| - | |
| 139 | + | |
146 | 140 |
| |
147 | 141 |
| |
148 | 142 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - |
Lines changed: 7 additions & 104 deletions
Large diffs are not rendered by default.
0 commit comments