File tree
190 files changed
+5208
-129
lines changed- .github
- img
- solution
- 0001.Two Sum
- 0002.Add Two Numbers
- 0003.Longest Substring Without Repeating Characters
- 0004.Median of Two Sorted Arrays
- 0005.Longest Palindromic Substring
- 0006.ZigZag Conversion
- 0007.Reverse Integer
- 0009.Palindrome Number
- 0011.Container With Most Water
- 0021.Merge Two Sorted Lists
- 0024.Swap Nodes in Pairs
- 0028.Implement strStr()
- 0033.Search in Rotated Sorted Array
- 0046.Permutations
- 0047.Permutations II
- 0050.Pow(x, n)
- 0064.Minimum Path Sum
- 0065.Valid
- 0066.Plus One
- 0069.Sqrt(x)
- 0071.Simplify Path
- 0072.Edit Distance
- 0073.Set Matrix Zeroes
- 0074.Search a 2D Matrix
- 0075.Sort Colors
- 0076.Minimum Window Substring
- 0077.Combinations
- 0078.Subsets
- 0079.Word Search
- 0080.Remove Duplicates from Sorted Array II
- 0081.Search in Rotated Sorted Array II
- 0083.Remove Duplicates from Sorted List
- 0085.Maximal Rectangle
- 0086.Partition List
- 0087.Scramble String
- 0088.Merge Sorted Array
- 0089.Gray Code
- 0090.Subsets II
- 0091.Decode Ways
- 0092.Reverse Linked List II
- 0093.Restore IP Addresses
- 0095.Unique Binary Search Trees II
- 0097.Interleaving String
- 0098.Validate Binary Search Tree
- 0099.Recover Binary Search Tree
- 0100.Same Tree
- 0101.Symmetric Tree
- 0103.Binary Tree Zigzag Level Order Traversal
- 0104.Maximum Depth of Binary Tree
- 0107.Binary Tree Level Order Traversal II
- 0108.Convert Sorted Array to Binary Search Tree
- 0109.Convert Sorted List to Binary Search Tree
- 0110.Balanced Binary Tree
- 0111.Minimum Depth of Binary Tree
- 0112.Path Sum
- 0113.Path Sum II
- 0114.Flatten Binary Tree to Linked List
- 0115.Distinct Subsequences
- 0116.Populating Next Right Pointers in Each Node
- 0117.Populating Next Right Pointers in Each Node II
- 0118.Pascal's Triangle
- 0119.Pascal's Triangle II
- 0120.Triangle
- 0121.Best Time to Buy and Sell Stock
- 0122.Best Time to Buy and Sell Stock II
- 0123.Best Time to Buy and Sell Stock III
- 0124.Binary Tree Maximum Path Sum
- 0125.Valid Palindrome
- 0126.Word Ladder II
- 0128.Longest Consecutive Sequence
- 0129.Sum Root to Leaf Numbers
- 0130.Surrounded Regions
- 0131.Palindrome Partitioning
- 0132.Palindrome Partitioning II
- 0133.Clone Graph
- 0134.Gas Station
- 0135.Candy
- 0139.Word Break
- 0140.Word Break II
- 0141.Linked List Cycle
- 0147.Insertion Sort List
- 0153.Find Minimum in Rotated Sorted Array
- 0202.Happy Number
- 0204.Count Primes
- 0207.Course Schedule
- 0215.Kth Largest Element in an Array
- 0218.The Skyline Problem
- 0268.Missing Number
- 0283.Move Zeroes
- 0300.Longest Increasing Subsequence
- 0329.Longest Increasing Path in a Matrix
- 0349.Intersection of Two Arrays
- 0393.UTF-8 Validation
- 0423.Reconstruct Original Digits from English
- 0438.Find All Anagrams in a String
- 0476.Number Complement
- 0485. Max Consecutive Ones
- 0493.Reverse Pairs
- 0500.Keyboard Row
- 0509.Fibonacci
- 0554.Brick Wall
- 0561.Array Partition I
- 0567.Permutation in String
- 0572.Subtree of Another Tree
- 0657.Robot Return to Origin
- 0700.Search in a Binary Search Tree
- 0728.Self Dividing Numbers
- 0762.Prime Number of Set Bits in Binary Representation
- 0769.Max Chunks To Make Sorted
- 0771.Jewels and Stones
- 0797.All Paths From Source to Target
- 0804.Unique Morse Code Words
- 0807.Max Increase to Keep City Skyline
- 0832.Flipping an Image
- 0848.Shifting Letters
- 0867.Transpose Matrix
- 0905.Sort Array By Parity
- 0917.Reverse Only Letters
- 0922.Sort Array By Parity II
- 0929.Unique Email Addresses
- 0938.Range Sum of BST
- 0941.Valid Mountain Array
- 0944.Delete Columns to Make Sorted
- 0950.Reveal Cards In Increasing Order
- 0953.Verifying an Alien Dictionary
- 0961.N-Repeated Element in Size 2N Array
- 0965.Univalued Binary Tree
- 0976.Largest Perimeter Triangle
- 0977.Squares of a Sorted Array
- 0985.Sum of Even Numbers After Queries
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
190 files changed
+5208
-129
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - |
+4-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| |||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| 31 | + | |
29 | 32 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 33 | + |
0 commit comments