Skip to content

Commit 4dd1554

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent 81ec3be commit 4dd1554

File tree

525 files changed

+630
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

525 files changed

+630
-580
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (631 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (632 solved)
22

33
<!-- This readme was generated using [WikiLeet](<https://github.com/Zanger67/WikiLeet>) -->
44

@@ -670,6 +670,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
670670
| 3248 | [Snake in Matrix](<https://leetcode.com/problems/snake-in-matrix>) | Easy | | [solution](<markdowns/_3248. Snake in Matrix.md>) | py |
671671
| 3249 | [Count the Number of Good Nodes](<https://leetcode.com/problems/count-the-number-of-good-nodes>) | Medium | | [solution](<markdowns/_3249. Count the Number of Good Nodes.md>) | py |
672672
| 3306 | [Count of Substrings Containing Every Vowel and K Consonants II](<https://leetcode.com/problems/count-of-substrings-containing-every-vowel-and-k-consonants-ii>) | Medium | Daily | [solution](<markdowns/_3306. Count of Substrings Containing Every Vowel and K Consonants II.md>) | py |
673+
| 3392 | [Count Subarrays of Length Three With a Condition](<https://leetcode.com/problems/count-subarrays-of-length-three-with-a-condition>) | Easy | Daily | [solution](<markdowns/_3392. Count Subarrays of Length Three With a Condition.md>) | py |
673674
| 3396 | [Minimum Number of Operations to Make Elements in Array Distinct](<https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinct>) | Easy | Daily | [solution](<markdowns/_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | py |
674675
| 3443 | [Maximum Manhattan Distance After K Changes](<https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes>) | Medium | | [solution](<markdowns/_3443. Maximum Manhattan Distance After K Changes.md>) | py |
675676
| 3460 | [Longest Common Prefix After at Most One Removal](<https://leetcode.com/problems/longest-common-prefix-after-at-most-one-removal>) | Medium | | [solution](<markdowns/_3460. Longest Common Prefix After at Most One Removal.md>) | py |

markdowns/Daily_Questions.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
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.
66

77
### 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 | | | |
1515

1616

1717

1818
| # | Title | Level | Cats | Solution | Languages | Date Complete |
1919
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
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 |
2021
| 1399 | [Count Largest Group](<https://leetcode.com/problems/count-largest-group>) | Easy | Daily | [solution](<_1399. Count Largest Group.md>) | py | Apr 23, 2025 |
2122
| 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 |
2223
| 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
283284

284285

285286
### 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 | | | |
293294

markdowns/Easy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Easy Questions (184)
1+
# Easy Questions (185)
22

33
*[Back to top](<../README.md>)*
44

@@ -189,4 +189,5 @@
189189
| 3238 | Biweekly Contest 136 - q1 - [Find the Number of Winning Players](<https://leetcode.com/problems/find-the-number-of-winning-players>) | Easy | Contest | [solution](<_3238. Find the Number of Winning Players.md>) | py | Aug 03, 2024 |
190190
| 3242 | [Design Neighbor Sum Service](<https://leetcode.com/problems/design-neighbor-sum-service>) | Easy | | [solution](<_3242. Design Neighbor Sum Service.md>) | py | Aug 04, 2024 |
191191
| 3248 | [Snake in Matrix](<https://leetcode.com/problems/snake-in-matrix>) | Easy | | [solution](<_3248. Snake in Matrix.md>) | py | Aug 12, 2024 |
192+
| 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 |
192193
| 3396 | [Minimum Number of Operations to Make Elements in Array Distinct](<https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinct>) | Easy | Daily | [solution](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | py | Apr 08, 2025 |

markdowns/Questions_By_Code_Length.md

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ Calculations are based on the code files's byte sizes.
529529
| 559 | [Maximum Depth of N-ary Tree](<https://leetcode.com/problems/maximum-depth-of-n-ary-tree>) | Easy | | [solution](<_559. Maximum Depth of N-ary Tree.md>) | py | Sep 24, 2024 |
530530
| 342 | [Power of Four](<https://leetcode.com/problems/power-of-four>) | Easy | | [solution](<_342. Power of Four.md>) | py | Mar 04, 2025 |
531531
| 3248 | [Snake in Matrix](<https://leetcode.com/problems/snake-in-matrix>) | Easy | | [solution](<_3248. Snake in Matrix.md>) | py | Aug 12, 2024 |
532+
| 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 |
532533
| 3168 | Weekly Contest 400 - q1 - [Minimum Number of Chairs in a Waiting Room](<https://leetcode.com/problems/minimum-number-of-chairs-in-a-waiting-room>) | Easy | Contest | [solution](<_3168. Minimum Number of Chairs in a Waiting Room.md>) | py | Jul 07, 2024 |
533534
| 2594 | [Minimum Time to Repair Cars](<https://leetcode.com/problems/minimum-time-to-repair-cars>) | Medium | Daily | [solution](<_2594. Minimum Time to Repair Cars.md>) | py | Mar 16, 2025 |
534535
| 1399 | [Count Largest Group](<https://leetcode.com/problems/count-largest-group>) | Easy | Daily | [solution](<_1399. Count Largest Group.md>) | py | Apr 23, 2025 |

0 commit comments

Comments
 (0)