Skip to content

Commit e62d945

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent 0e04502 commit e62d945

10 files changed

+86
-24
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/)** (599 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (600 solved)
22

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

@@ -499,6 +499,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
499499
| 2130 | [Maximum Twin Sum of a Linked List](<https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list>) | Medium | | [solution](<markdowns/_2130. Maximum Twin Sum of a Linked List.md>) | py |
500500
| 2134 | [Minimum Swaps to Group All 1's Together II](<https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii>) | Medium | Daily | [solution](<markdowns/_2134. Minimum Swaps to Group All 1's Together II.md>) | py |
501501
| 2149 | [Rearrange Array Elements by Sign](<https://leetcode.com/problems/rearrange-array-elements-by-sign>) | Medium | | [solution](<markdowns/_2149. Rearrange Array Elements by Sign.md>) | c, py |
502+
| 2161 | [Partition Array According to Given Pivot](<https://leetcode.com/problems/partition-array-according-to-given-pivot>) | Medium | Daily | [solution](<markdowns/_2161. Partition Array According to Given Pivot.md>) | py |
502503
| 2165 | [Smallest Value of the Rearranged Number](<https://leetcode.com/problems/smallest-value-of-the-rearranged-number>) | Medium | | [solution](<markdowns/_2165. Smallest Value of the Rearranged Number.md>) | py |
503504
| 2181 | [Merge Nodes in Between Zeros](<https://leetcode.com/problems/merge-nodes-in-between-zeros>) | Medium | Daily | [solution](<markdowns/_2181. Merge Nodes in Between Zeros.md>) | c, cpp, java, py |
504505
| 2191 | [Sort the Jumbled Numbers](<https://leetcode.com/problems/sort-the-jumbled-numbers>) | Medium | Daily | [solution](<markdowns/_2191. Sort the Jumbled Numbers.md>) | py |

markdowns/Daily_Questions.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
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
### 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 | 4 | 5 | 6 | 7 | 8 |
12-
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
13-
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
14-
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
15-
| 30 | 31 | | | | | |
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 | 5 | 6 | 7 | 8 |
12+
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
13+
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
14+
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
15+
| 30 | 31 | | | | | |
1616

1717

1818

1919
| # | Title | Level | Cats | Solution | Languages | Date Complete |
2020
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
21+
| 2161 | [Partition Array According to Given Pivot](<https://leetcode.com/problems/partition-array-according-to-given-pivot>) | Medium | Daily | [solution](<_2161. Partition Array According to Given Pivot.md>) | py | Mar 03, 2025 |
2122
| 2570 | [Merge Two 2D Arrays by Summing Values](<https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values>) | Easy | Daily | [solution](<_2570. Merge Two 2D Arrays by Summing Values.md>) | c, py | Mar 02, 2025 |
2223
| 2460 | [Apply Operations to an Array](<https://leetcode.com/problems/apply-operations-to-an-array>) | Easy | Daily | [solution](<_2460. Apply Operations to an Array.md>) | py | Mar 01, 2025 |
2324
| 1092 | [Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>) | Hard | Daily | [solution](<_1092. Shortest Common Supersequence .md>) | py | Feb 28, 2025 |
@@ -250,12 +251,12 @@ Dates are for the date I completed the question so due to the my time zone and h
250251

251252

252253
### March 2025
253-
| Su | Mo | Tu | We | Th | Fr | Sa |
254-
|-------------------------------------------------------:|-----:|-----:|-----:|-----:|-----:|----------------------------------------------:|
255-
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
256-
| [2](<_2570. Merge Two 2D Arrays by Summing Values.md>) | 3 | 4 | 5 | 6 | 7 | 8 |
257-
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
258-
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
259-
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
260-
| 30 | 31 | | | | | |
254+
| Su | Mo | Tu | We | Th | Fr | Sa |
255+
|-------------------------------------------------------:|----------------------------------------------------------:|-----:|-----:|-----:|-----:|----------------------------------------------:|
256+
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
257+
| [2](<_2570. Merge Two 2D Arrays by Summing Values.md>) | [3](<_2161. Partition Array According to Given Pivot.md>) | 4 | 5 | 6 | 7 | 8 |
258+
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
259+
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
260+
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
261+
| 30 | 31 | | | | | |
261262

markdowns/Medium.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Medium Questions (388)
1+
# Medium Questions (389)
22

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

@@ -308,6 +308,7 @@
308308
| 2130 | [Maximum Twin Sum of a Linked List](<https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list>) | Medium | | [solution](<_2130. Maximum Twin Sum of a Linked List.md>) | py | Jun 21, 2024 |
309309
| 2134 | [Minimum Swaps to Group All 1's Together II](<https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii>) | Medium | Daily | [solution](<_2134. Minimum Swaps to Group All 1's Together II.md>) | py | Aug 02, 2024 |
310310
| 2149 | [Rearrange Array Elements by Sign](<https://leetcode.com/problems/rearrange-array-elements-by-sign>) | Medium | | [solution](<_2149. Rearrange Array Elements by Sign.md>) | c, py | Jun 10, 2024 |
311+
| 2161 | [Partition Array According to Given Pivot](<https://leetcode.com/problems/partition-array-according-to-given-pivot>) | Medium | Daily | [solution](<_2161. Partition Array According to Given Pivot.md>) | py | Mar 03, 2025 |
311312
| 2165 | [Smallest Value of the Rearranged Number](<https://leetcode.com/problems/smallest-value-of-the-rearranged-number>) | Medium | | [solution](<_2165. Smallest Value of the Rearranged Number.md>) | py | Jul 01, 2024 |
312313
| 2181 | [Merge Nodes in Between Zeros](<https://leetcode.com/problems/merge-nodes-in-between-zeros>) | Medium | Daily | [solution](<_2181. Merge Nodes in Between Zeros.md>) | c, cpp, java, py | Jul 04, 2024 |
313314
| 2191 | [Sort the Jumbled Numbers](<https://leetcode.com/problems/sort-the-jumbled-numbers>) | Medium | Daily | [solution](<_2191. Sort the Jumbled Numbers.md>) | py | Jul 24, 2024 |

markdowns/Questions_By_Code_Length.md

+1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ Calculations are based on the code files's byte sizes.
430430
| 206 | [Reverse Linked List](<https://leetcode.com/problems/reverse-linked-list>) | Easy | B75, N150 | [solution](<_206. Reverse Linked List.md>) | java | Jun 27, 2024 |
431431
| 2053 | [Kth Distinct String in an Array](<https://leetcode.com/problems/kth-distinct-string-in-an-array>) | Easy | Daily | [solution](<_2053. Kth Distinct String in an Array.md>) | py | Aug 05, 2024 |
432432
| 2083 | [Substrings That Begin and End With the Same Letter](<https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter>) | Medium | Weekly Premium | [solution](<_2083. Substrings That Begin and End With the Same Letter.md>) | c, py | Jun 10, 2024 |
433+
| 2161 | [Partition Array According to Given Pivot](<https://leetcode.com/problems/partition-array-according-to-given-pivot>) | Medium | Daily | [solution](<_2161. Partition Array According to Given Pivot.md>) | py | Mar 03, 2025 |
433434
| 429 | [N-ary Tree Level Order Traversal](<https://leetcode.com/problems/n-ary-tree-level-order-traversal>) | Medium | | [solution](<_429. N-ary Tree Level Order Traversal.md>) | py | Jul 04, 2024 |
434435
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
435436
| 2086 | [Minimum Number of Food Buckets to Feed the Hamsters](<https://leetcode.com/problems/minimum-number-of-food-buckets-to-feed-the-hamsters>) | Medium | | [solution](<_2086. Minimum Number of Food Buckets to Feed the Hamsters.md>) | java | Jul 01, 2024 |

markdowns/Questions_By_Recent.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Calculations are based on the date of the first solve.
66

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------|:----------------------------------------------------------------------------------------------------|:--------------------------------------------|:----------------|
9+
| 2161 | [Partition Array According to Given Pivot](<https://leetcode.com/problems/partition-array-according-to-given-pivot>) | Medium | Daily | [solution](<_2161. Partition Array According to Given Pivot.md>) | py | Mar 03, 2025 |
910
| 1151 | [Minimum Swaps to Group All 1's Together](<https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together>) | Medium | Weekly Premium | [solution](<_1151. Minimum Swaps to Group All 1's Together.md>) | py | Mar 01, 2025 |
1011
| 2460 | [Apply Operations to an Array](<https://leetcode.com/problems/apply-operations-to-an-array>) | Easy | Daily | [solution](<_2460. Apply Operations to an Array.md>) | py | Mar 01, 2025 |
1112
| 1092 | [Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>) | Hard | Daily | [solution](<_1092. Shortest Common Supersequence .md>) | py | Feb 28, 2025 |

0 commit comments

Comments
 (0)