|
4 | 4 |
|
5 | 5 | Dates are for the date I completed the question so due to the my time zone and how it lines up with UTC, it may be off by a day.
|
6 | 6 |
|
7 |
| -### March 2025 |
8 |
| -| Su | Mo | Tu | We | Th | Fr | Sa | |
9 |
| -|-------------------------------------------------------:|---------------------------------------------------------------------------------:|-----------------------------------------------------------------------:|----------------------------------------------------------------------------------:|--------------------------------------------------:|------------------------------------------------:|--------------------------------------------------------------------:| |
10 |
| -| | | | | | | [1](<_2460. Apply Operations to an Array.md>) | |
11 |
| -| [2](<_2570. Merge Two 2D Arrays by Summing Values.md>) | [3](<_2161. Partition Array According to Given Pivot.md>) | [4](<_1780. Check if Number is a Sum of Powers of Three.md>) | [5](<_2579. Count Total Number of Colored Cells.md>) | [6](<_2965. Find Missing and Repeated Values.md>) | [7](<_2523. Closest Prime Numbers in Range.md>) | [8](<_2379. Minimum Recolors to Get K Consecutive Black Blocks.md>) | |
12 |
| -| 9 | [10](<_3306. Count of Substrings Containing Every Vowel and K Consonants II.md>) | [11](<_1358. Number of Substrings Containing All Three Characters.md>) | [12](<_2529. Maximum Count of Positive Integer and Negative Integer.md>) | 13 | 14 | 15 | |
13 |
| -| [16](<_2594. Minimum Time to Repair Cars.md>) | [17](<_2206. Divide Array Into Equal Pairs.md>) | 18 | [19](<_3191. Minimum Operations to Make Binary Array Elements Equal to One I.md>) | 20 | 21 | 22 | |
14 |
| -| 23 | [24](<_3169. Count Days Without Meetings.md>) | 25 | 26 | 27 | 28 | 29 | |
15 |
| -| 30 | 31 | | | | | | |
| 7 | +### April 2025 |
| 8 | +| Su | Mo | Tu | We | Th | Fr | Sa | |
| 9 | +|-----:|-----:|-----:|-------------------------------------------------------:|-----:|-----:|-----:| |
| 10 | +| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 | |
| 11 | +| 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
| 12 | +| 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
| 13 | +| 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
| 14 | +| 27 | 28 | 29 | 30 | | | | |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 | | # | Title | Level | Cats | Solution | Languages | Date Complete |
|
20 | 19 | |-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
|
| 20 | +| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<_2873. Maximum Value of an Ordered Triplet I.md>) | py | Apr 02, 2025 | |
21 | 21 | | 3169 | Weekly Contest 400 - q2 - [Count Days Without Meetings](<https://leetcode.com/problems/count-days-without-meetings>) | Medium | Contest, Daily | [solution](<_3169. Count Days Without Meetings.md>) | py | Mar 24, 2025 |
|
22 | 22 | | 3191 | [Minimum Operations to Make Binary Array Elements Equal to One I](<https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-i>) | Medium | Daily | [solution](<_3191. Minimum Operations to Make Binary Array Elements Equal to One I.md>) | java | Mar 19, 2025 |
|
23 | 23 | | 2206 | [Divide Array Into Equal Pairs](<https://leetcode.com/problems/divide-array-into-equal-pairs>) | Easy | Daily | [solution](<_2206. Divide Array Into Equal Pairs.md>) | c, py | Mar 17, 2025 |
|
@@ -272,3 +272,13 @@ Dates are for the date I completed the question so due to the my time zone and h
|
272 | 272 | | 23 | [24](<_3169. Count Days Without Meetings.md>) | 25 | 26 | 27 | 28 | 29 |
|
273 | 273 | | 30 | 31 | | | | | |
|
274 | 274 |
|
| 275 | + |
| 276 | +### April 2025 |
| 277 | +| Su | Mo | Tu | We | Th | Fr | Sa | |
| 278 | +|-----:|-----:|-----:|-------------------------------------------------------:|-----:|-----:|-----:| |
| 279 | +| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 | |
| 280 | +| 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
| 281 | +| 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
| 282 | +| 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
| 283 | +| 27 | 28 | 29 | 30 | | | | |
| 284 | + |
0 commit comments