|
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 | 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](<_416. Partition Equal Subset Sum.md>) | [8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | 9 | 10 | [11](<_2843. Count Symmetric Integers.md>) | 12 | |
12 |
| -| [13](<_1922. Count Good Numbers.md>) | [14](<_1534. Count Good Triplets.md>) | 15 | 16 | 17 | [18](<_38. Count and Say.md>) | 19 | |
13 |
| -| [20](<_781. Rabbits in Forest.md>) | [21](<_2145. Count the Hidden Sequences.md>) | 22 | [23](<_1399. Count Largest Group.md>) | 24 | 25 | 26 | |
14 |
| -| 27 | 28 | 29 | 30 | | | | |
| 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](<_416. Partition Equal Subset Sum.md>) | [8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | 9 | 10 | [11](<_2843. Count Symmetric Integers.md>) | 12 | |
| 12 | +| [13](<_1922. Count Good Numbers.md>) | [14](<_1534. Count Good Triplets.md>) | 15 | 16 | 17 | [18](<_38. Count and Say.md>) | 19 | |
| 13 | +| [20](<_781. Rabbits in Forest.md>) | [21](<_2145. Count the Hidden Sequences.md>) | 22 | [23](<_1399. Count Largest Group.md>) | 24 | 25 | 26 | |
| 14 | +| [27](<_3392. Count Subarrays of Length Three With a Condition.md>) | 28 | 29 | 30 | | | | |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 | | # | Title | Level | Cats | Solution | Languages | Date Complete |
|
19 | 19 | |-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
|
| 20 | +| 3392 | [Count Subarrays of Length Three With a Condition](<https://leetcode.com/problems/count-subarrays-of-length-three-with-a-condition>) | Easy | Daily | [solution](<_3392. Count Subarrays of Length Three With a Condition.md>) | py | Apr 27, 2025 | |
20 | 21 | | 1399 | [Count Largest Group](<https://leetcode.com/problems/count-largest-group>) | Easy | Daily | [solution](<_1399. Count Largest Group.md>) | py | Apr 23, 2025 |
|
21 | 22 | | 2145 | [Count the Hidden Sequences](<https://leetcode.com/problems/count-the-hidden-sequences>) | Medium | Daily | [solution](<_2145. Count the Hidden Sequences.md>) | py | Apr 21, 2025 |
|
22 | 23 | | 781 | [Rabbits in Forest](<https://leetcode.com/problems/rabbits-in-forest>) | Medium | Daily | [solution](<_781. Rabbits in Forest.md>) | py | Apr 20, 2025 |
|
@@ -283,11 +284,11 @@ Dates are for the date I completed the question so due to the my time zone and h
|
283 | 284 |
|
284 | 285 |
|
285 | 286 | ### April 2025
|
286 |
| -| Su | Mo | Tu | We | Th | Fr | Sa | |
287 |
| -|-------------------------------------:|---------------------------------------------:|---------------------------------------------------------------------------------:|-------------------------------------------------------:|-----:|---------------------------------------------:|-----:| |
288 |
| -| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 | |
289 |
| -| 6 | [7](<_416. Partition Equal Subset Sum.md>) | [8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | 9 | 10 | [11](<_2843. Count Symmetric Integers.md>) | 12 | |
290 |
| -| [13](<_1922. Count Good Numbers.md>) | [14](<_1534. Count Good Triplets.md>) | 15 | 16 | 17 | [18](<_38. Count and Say.md>) | 19 | |
291 |
| -| [20](<_781. Rabbits in Forest.md>) | [21](<_2145. Count the Hidden Sequences.md>) | 22 | [23](<_1399. Count Largest Group.md>) | 24 | 25 | 26 | |
292 |
| -| 27 | 28 | 29 | 30 | | | | |
| 287 | +| Su | Mo | Tu | We | Th | Fr | Sa | |
| 288 | +|-------------------------------------------------------------------:|---------------------------------------------:|---------------------------------------------------------------------------------:|-------------------------------------------------------:|-----:|---------------------------------------------:|-----:| |
| 289 | +| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 | |
| 290 | +| 6 | [7](<_416. Partition Equal Subset Sum.md>) | [8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | 9 | 10 | [11](<_2843. Count Symmetric Integers.md>) | 12 | |
| 291 | +| [13](<_1922. Count Good Numbers.md>) | [14](<_1534. Count Good Triplets.md>) | 15 | 16 | 17 | [18](<_38. Count and Say.md>) | 19 | |
| 292 | +| [20](<_781. Rabbits in Forest.md>) | [21](<_2145. Count the Hidden Sequences.md>) | 22 | [23](<_1399. Count Largest Group.md>) | 24 | 25 | 26 | |
| 293 | +| [27](<_3392. Count Subarrays of Length Three With a Condition.md>) | 28 | 29 | 30 | | | | |
293 | 294 |
|
0 commit comments