File tree
72 files changed
+500
-232
lines changed- solution
- 1500-1599/1526.Minimum Number of Increments on Subarrays to Form a Target Array
- 2100-2199/2130.Maximum Twin Sum of a Linked List
- 2500-2599/2528.Maximize the Minimum Powered City
- 3600-3699
- 3632.Subarrays with XOR at Least K
- 3657.Find Loyal Customers
- 3666.Minimum Operations to Equalize Binary String
- 3700-3799
- 3701.Compute Alternating Sum
- 3702.Longest Subsequence With Non-Zero Bitwise XOR
- 3703.Remove K-Balanced Substrings
- 3704.Count No-Zero Pairs That Sum to N
- 3705.Find Golden Hour Customers
- 3706.Maximum Distance Between Unequal Words in Array II
- 3707.Equal Score Substrings
- 3708.Longest Fibonacci Subarray
- 3709.Design Exam Scores Tracker
- 3710.Maximum Partition Factor
- 3711.Maximum Transactions Without Negative Balance
- 3712.Sum of Elements With Frequency Divisible by K
- 3713.Longest Balanced Substring I
- 3714.Longest Balanced Substring II
- 3715.Sum of Perfect Square Ancestors
- 3717.Minimum Operations to Make the Array Beautiful
- 3718.Smallest Missing Multiple of K
- 3719.Longest Balanced Subarray I
- 3720.Lexicographically Smallest Permutation Greater Than Target
- 3721.Longest Balanced Subarray II
- 3722.Lexicographically Smallest String After Reverse
- 3723.Maximize Sum of Squares of Digits
- 3724.Minimum Operations to Transform Array
- 3725.Count Ways to Choose Coprime Integers from Rows
- 3726.Remove Zeros in Decimal Representation
- 3727.Maximum Alternating Sum of Squares
- 3728.Stable Subarrays With Equal Boundary and Interior Sum
- 3729.Count Distinct Subarrays Divisible by K in Sorted Array
- 3730.Maximum Calories Burnt from Jumps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+500
-232
lines changedsolution/1500-1599/1526.Minimum Number of Increments on Subarrays to Form a Target Array/README.md
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments