forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c461e7b
feat: update lc problems (doocs#4002)
1 parent a1122bc commit c461e7b
File tree
49 files changed
+176
-87
lines changed- solution
- 0200-0299/0238.Product of Array Except Self
- 0500-0599/0554.Brick Wall
- 0900-0999/0906.Super Palindromes
- 1000-1099/1023.Camelcase Matching
- 1100-1199/1183.Maximum Number of Ones
- 1400-1499
- 1400.Construct K Palindrome Strings
- 1444.Number of Ways of Cutting a Pizza
- 1467.Probability of a Two Boxes Having The Same Number of Distinct Balls
- 2000-2099/2021.Brightest Position on Street
- 2700-2799
- 2745.Construct the Longest New String
- 2749.Minimum Operations to Make the Integer Zero
- 2800-2899
- 2812.Find the Safest Path in a Grid
- 2818.Apply Operations to Maximize Score
- 2900-2999
- 2920.Maximum Points After Collecting Coins From All Nodes
- 2944.Minimum Number of Coins for Fruits
- 3400-3499
- 3420.Count Non-Decreasing Subarrays After K Operations
- 3421.Find Students Who Improved
- 3422.Minimum Operations to Make Subarray Elements Equal
- 3423.Maximum Difference Between Adjacent Elements in a Circular Array
- 3424.Minimum Cost to Make Arrays Identical
- 3425.Longest Special Path
- 3426.Manhattan Distances of All Arrangements of Pieces
- 3427.Sum of Variable Length Subarrays
- 3428.Maximum and Minimum Sums of at Most Size K Subsequences
- 3429.Paint House IV
- 3430.Maximum and Minimum Sums of at Most Size K Subarrays
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+176
-87
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
26 | + | ||
27 | 27 |
| |
28 | 28 |
| |
29 | - | ||
29 | + | ||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | + | ||
43 | + | ||
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 | - | ||
47 | - | ||
48 | - | ||
48 | + | ||
49 | + | ||
50 | + | ||
49 | 51 |
| |
50 | - | ||
52 | + | ||
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
24 | + | ||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
0 commit comments