File tree
339 files changed
+130
-80
lines changed- 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
- 0008.String to Integer (atoi)
- 0009.Palindrome Number
- 0010.Regular Expression Matching
- 0011.Container With Most Water
- 0012.Integer to Roman
- 0013.Roman to Integer
- 0014.Longest Common Prefix
- 0015.3Sum
- 0016.3Sum Closest
- 0017.Letter Combinations of a Phone Number
- 0018.4Sum
- 0019.Remove Nth Node From End of List
- 0020.Valid Parentheses
- 0021.Merge Two Sorted Lists
- 0022.Generate Parentheses
- 0023.Merge k Sorted Lists
- 0024.Swap Nodes in Pairs
- 0025.Reverse Nodes in k-Group
- 0026.Remove Duplicates from Sorted Array
- 0027.Remove Element
- 0028.Implement strStr()
- 0029.Divide Two Integers
- 0030.Substring with Concatenation of All Words
- 0031.Next Permutation
- 0032.Longest Valid Parentheses
- 0033.Search in Rotated Sorted Array
- 0035.Search Insert Position
- 0036.Valid Sudoku
- 0038.Count and Say
- 0039.Combination Sum
- 0040.Combination Sum II
- 0041.First Missing Positive
- 0046.Permutations
- 0047.Permutations II
- 0048.Rotate Image
- 0053.Maximum Subarray
- 0054.Spiral Matrix
- 0056.Merge Intervals
- 0057.Insert Intervals
- 0059.Spiral Matrix II
- 0061.Rotate List
- 0062.Unique Paths
- 0063.Unique Paths II
- 0064.Minimum Path Sum
- 0066.Plus One
- 0070.Climbing Stairs
- 0073.Set Matrix Zeroes
- 0074.Search a 2D Matrix
- 0075.Sort Colors
- 0080.Remove Duplicates from Sorted Array II
- 0082.Remove Duplicates from Sorted List II
- 0083.Remove Duplicates from Sorted List
- 0084.Largest Rectangle in Histogram
- 0086.Partition List
- 0088.Merge Sorted Array
- 0090.Subsets II
- 0092.Reverse Linked List II
- 0094.Binary Tree Inorder Traversal
- 0102.Binary Tree Level Order Traversal
- 0112.Path Sum
- 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
- 0125.Valid Palindrome
- 0127.Word Ladder
- 0130.Surrounded Regions
- 0136.Single Number
- 0137.Single Number II
- 0141.Linked List Cycle
- 0142.Linked List Cycle II
- 0143.Reorder List
- 0144.Binary Tree Preorder Traversal
- 0145.Binary Tree Postorder Traversal
- 0146.Lru Cache
- 0150.Evaluate Reverse Polish Notation
- 0153.Find Minimum in Rotated Sorted Array
- 0155.Min Stack
- 0160.Intersection of Two Linked Lists
- 0167.Two Sum II - Input array is sorted
- 0172.Factorial Trailing Zeroes
- 0175.Combine Two Tables
- 0176.Second Highest Salary
- 0177.Nth Highest Salary
- 0178.Rank Scores
- 0180.Consecutive Numbers
- 0181.Employees Earning More Than Their Managers
- 0182.Duplicate Emails
- 0183.Customers Who Never Order
- 0184.Department Highest Salary
- 0189.Rotate Array
- 0190.Reverse Bits
- 0191.Number of 1 Bits
- 0196.Delete Duplicate Emails
- 0197.Rising Temperature
- 0198.House Robber
- 0203.Remove Linked List Elements
- 0204.Count Primes
- 0206.Reverse Linked List
- 0217.Contains Duplicate
- 0231.Power of Two
- 0234.Palindrome Linked List
- 0235.Lowest Common Ancestor of a Binary Search Tree
- 0237.Delete Node in a Linked List
- 0242.Valid Anagram
- 0268.Missing Number
- 0278.First Bad Version
- 0283.Move Zeroes
- 0295.Find Median from Data Stream
- 0318.Maximum Product of Word Lengths
- 0326.Power of Three
- 0328.Odd Even Linked List
- 0344.Reverse String
- 0350.Intersection of Two Arrays II
- 0384.Shuffle an Array
- 0387.First Unique Character in a String
- 0412.Fizz Buzz
- 0427.Construct Quad Tree
- 0434.Number of Segments in a String
- 0438.Find All Anagrams in a String
- 0443.String Compression
- 0461.Hamming Distance
- 0581.Shortest Unsorted Continuous Subarray
- 0595.Big Countries
- 0596.Classes More Than 5 Students
- 0605.Can Place Flowers
- 0620.Not Boring Movies
- 0627.Swap Salary
- 0695.Max Area of Island
- 0703.Kth Largest Element in a Stream
- 0707.Design Linked List
- 0836.Rectangle Overlap
- 0874.Walking Robot Simulation
- 0876.Middle of the Linked List
- 0926.Flip String to Monotone Increasing
- 0929.Unique Email Addresses
- 0930.Binary Subarrays With Sum
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
339 files changed
+130
-80
lines changedLines changed: 80 additions & 80 deletions
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments