File tree
112 files changed
+880
-105
lines changed- n0004. Median of Two Sorted Arrays
- n0008. String to Integer (atoi)
- n0017. Letter Combinations of a Phone Number
- n0036. Valid Sudoku
- n0037. Sudoku Solver
- n0050. Pow(x, n)
- n0051. N-Queens
- n0052. N-Queens II
- n0058. Length of Last Word
- n0070. Climbing Stairs
- n0071. Simplify Path
- n0072. Edit Distance
- n0077. Combinations
- n0094. Binary Tree Inorder Traversal
- n0111. Minimum Depth of Binary Tree
- n0112. Path Sum
- n0113. Path Sum II
- n0124. Binary Tree Maximum Path Sum
- n0129. Sum Root to Leaf Numbers
- n0135. Candy
- n0136. Single Number
- n0144. Binary Tree Preorder Traversal
- n0145. Binary Tree Postorder Traversal
- n0165. Compare Version Numbers
- n0179. Largest Number
- n0198. House Robber
- n0200. Number of Islands
- n0201. Bitwise AND of Numbers Range
- n0207. Course Schedule
- n0210. Course Schedule II
- n0213. House Robber II
- n0223. Rectangle Area
- n0257. Binary Tree Paths
- n0279. Perfect Squares
- n0295. Find Median from Data Stream
- n0300. Longest Increasing Subsequence
- n0312. Burst Balloons
- n0315. Count of Smaller Numbers After Self
- n0322. Coin Change
- n0327. Count of Range Sum
- n0334. Increasing Triplet Subsequence
- n0337. House Robber III
- n0343. Integer Break
- n0349. Intersection of Two Arrays
- n0354. Russian Doll Envelopes
- n0363. Max Sum of Rectangle No Larger Than K
- n0375. Guess Number Higher or Lower II
- n0383. Ransom Note
- n0392. Is Subsequence
- n0405. Convert a Number to Hexadecimal
- n0424. Longest Repeating Character Replacement
- n0437. Path Sum III
- n0443. String Compression
- n0455. Assign Cookies
- n0461. Hamming Distance
- n0463. Island Perimeter
- n0514. Freedom Trail
- n0518. Coin Change 2
- n0539. Minimum Time Difference
- n0563. Binary Tree Tilt
- n0583. Delete Operation for Two Strings
- n0630. Course Schedule III
- n0661. Image Smoother
- n0671. Second Minimum Node In a Binary Tree
- n0673. Number of Longest Increasing Subsequence
- n0674. Longest Continuous Increasing Subsequence
- n0679. 24 Game
- n0687. Longest Univalue Path
- n0691. Stickers to Spell Word
- n0695. Max Area of Island
- n0699. Falling Squares
- n0728. Self Dividing Numbers
- n0744. Find Smallest Letter Greater Than Target
- n0787. Cheapest Flights Within K Stops
- n0792. Number of Matching Subsequences
- n0836. Rectangle Overlap
- n0861. Score After Flipping Matrix
- n0876. Middle of the Linked List
- n0877. Stone Game
- n0902. Numbers At Most N Given Digit Set
- n0922. Sort Array By Parity II
- n0935. Knight Dialer
- n0977. Squares of a Sorted Array
- n0980. Unique Paths III
- n0982. Triples with Bitwise AND Equal To Zero
- n0983. Minimum Cost For Tickets
- n0991. Broken Calculator
- n0995. Minimum Number of K Consecutive Bit Flips
- n1000. Minimum Cost to Merge Stones
- n1004. Max Consecutive Ones III
- n1005. Maximize Sum Of Array After K Negations
- n1006. Clumsy Factorial
- n1007. Minimum Domino Rotations For Equal Row
- n1008. Construct Binary Search Tree from Preorder Traversal
- n1009. Complement of Base 10 Integer
- n1010. Pairs of Songs With Total Durations Divisible by 60
- n1011. Capacity To Ship Packages Within D Days
- n1013. Partition Array Into Three Parts With Equal Sum
- n1014. Best Sightseeing Pair
- n1015. Smallest Integer Divisible by K
- n1016. Binary String With Substrings Representing 1 To N
- n1017. Convert to Base -2
- n1018. Binary Prefix Divisible By 5
- n1019. Next Greater Node In Linked List
- n1020. Number of Enclaves
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
112 files changed
+880
-105
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| 64 | + | |
| 65 | + | |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
| |||
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| |||
86 | 90 |
| |
87 | 91 |
| |
88 | 92 |
| |
| 93 | + | |
89 | 94 |
| |
90 | 95 |
| |
91 | 96 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
44 |
| - | |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
150 | 151 |
| |
151 | 152 |
| |
152 | 153 |
| |
153 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 |
| |
155 | 158 |
| |
156 | 159 |
| |
| |||
186 | 189 |
| |
187 | 190 |
| |
188 | 191 |
| |
189 |
| - | |
190 | 192 |
| |
191 | 193 |
| |
192 | 194 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
64 |
| - | |
| 66 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| 63 | + | |
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
| |||
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
114 |
| - | |
| 116 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 |
| - | |
| 71 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
| |||
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
102 |
| - | |
| 104 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
| |||
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
106 |
| - | |
| 108 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
| |||
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 |
| - | |
| 71 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
| |||
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
91 |
| - | |
| 93 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 |
| - | |
| 85 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
| |||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
38 |
| - | |
| 40 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| |||
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
51 |
| - | |
| 53 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
| |||
112 | 114 |
| |
113 | 115 |
| |
114 | 116 |
| |
115 |
| - | |
| 117 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
| |||
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
77 |
| - | |
| 79 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 |
| - | |
| 54 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
| 50 | + |
0 commit comments