Skip to content

Commit 016629e

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent b142bf9 commit 016629e

File tree

493 files changed

+546
-514
lines changed

Some content is hidden

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

493 files changed

+546
-514
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
546546
| 2493 | [Divide Nodes Into the Maximum Number of Groups](<https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups>) | Hard | Daily | [solution](<markdowns/_2493. Divide Nodes Into the Maximum Number of Groups.md>) | py |
547547
| 2501 | [Longest Square Streak in an Array](<https://leetcode.com/problems/longest-square-streak-in-an-array>) | Medium | Daily | [solution](<markdowns/_2501. Longest Square Streak in an Array.md>) | py |
548548
| 2545 | [Sort the Students by Their Kth Score](<https://leetcode.com/problems/sort-the-students-by-their-kth-score>) | Medium | | [solution](<markdowns/_2545. Sort the Students by Their Kth Score.md>) | java, py |
549-
| 2570 | [Merge Two 2D Arrays by Summing Values](<https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values>) | Easy | | [solution](<markdowns/_2570. Merge Two 2D Arrays by Summing Values.md>) | c |
549+
| 2570 | [Merge Two 2D Arrays by Summing Values](<https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values>) | Easy | Daily | [solution](<markdowns/_2570. Merge Two 2D Arrays by Summing Values.md>) | c, py |
550550
| 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<markdowns/_2582. Pass the Pillow.md>) | c, cpp, cs, java, js, py |
551551
| 2583 | [Kth Largest Sum in a Binary Tree](<https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree>) | Medium | Daily | [solution](<markdowns/_2583. Kth Largest Sum in a Binary Tree.md>) | py |
552552
| 2599 | [Make the Prefix Sum Non-negative](<https://leetcode.com/problems/make-the-prefix-sum-non-negative>) | Medium | Weekly Premium | [solution](<markdowns/_2599. Make the Prefix Sum Non-negative.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 | 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 | 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+
| 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 |
2122
| 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 |
2223
| 1092 | [Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>) | Hard | Daily | [solution](<_1092. Shortest Common Supersequence .md>) | py | Feb 28, 2025 |
2324
| 1749 | [Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>) | Medium | Daily | [solution](<_1749. Maximum Absolute Sum of Any Subarray.md>) | py | Feb 26, 2025 |
@@ -249,12 +250,12 @@ Dates are for the date I completed the question so due to the my time zone and h
249250

250251

251252
### March 2025
252-
| Su | Mo | Tu | We | Th | Fr | Sa |
253-
|-----:|-----:|-----:|-----:|-----:|-----:|----------------------------------------------:|
254-
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
255-
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
256-
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
257-
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
258-
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
259-
| 30 | 31 | | | | | |
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 | | | | | |
260261

markdowns/Easy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
| 2451 | [Odd String Difference](<https://leetcode.com/problems/odd-string-difference>) | Easy | | [solution](<_2451. Odd String Difference.md>) | py | Sep 25, 2024 |
142142
| 2455 | [Average Value of Even Numbers That Are Divisible by Three](<https://leetcode.com/problems/average-value-of-even-numbers-that-are-divisible-by-three>) | Easy | | [solution](<_2455. Average Value of Even Numbers That Are Divisible by Three.md>) | java | Jul 04, 2024 |
143143
| 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 |
144-
| 2570 | [Merge Two 2D Arrays by Summing Values](<https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values>) | Easy | | [solution](<_2570. Merge Two 2D Arrays by Summing Values.md>) | c | Jun 10, 2024 |
144+
| 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 | Jun 10, 2024 |
145145
| 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<_2582. Pass the Pillow.md>) | c, cpp, cs, java, js, py | Jul 06, 2024 |
146146
| 2619 | [Array Prototype Last](<https://leetcode.com/problems/array-prototype-last>) | Easy | | [solution](<_2619. Array Prototype Last.md>) | js | Jul 10, 2024 |
147147
| 2620 | [Counter](<https://leetcode.com/problems/counter>) | Easy | | [solution](<_2620. Counter.md>) | js | Jul 09, 2024 |

markdowns/Questions_By_Code_Length.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Calculations are based on the code files's byte sizes.
1212
| 726 | [Number of Atoms](<https://leetcode.com/problems/number-of-atoms>) | Hard | Daily | [solution](<_726. Number of Atoms.md>) | py | Jul 14, 2024 |
1313
| 2058 | [Find the Minimum and Maximum Number of Nodes Between Critical Points](<https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points>) | Medium | Daily | [solution](<_2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md>) | cpp, java, py | Jul 05, 2024 |
1414
| 2093 | [Minimum Cost to Reach City With Discounts](<https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts>) | Medium | Weekly Premium | [solution](<_2093. Minimum Cost to Reach City With Discounts.md>) | py | Jul 23, 2024 |
15+
| 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 | Jun 10, 2024 |
1516
| 1284 | [Minimum Number of Flips to Convert Binary Matrix to Zero Matrix](<https://leetcode.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix>) | Hard | | [solution](<_1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix.md>) | py | Jun 09, 2024 |
1617
| 1570 | [Dot Product of Two Sparse Vectors](<https://leetcode.com/problems/dot-product-of-two-sparse-vectors>) | Medium | | [solution](<_1570. Dot Product of Two Sparse Vectors.md>) | c, java, py | Jun 06, 2024 |
1718
| 1717 | [Maximum Score From Removing Substrings](<https://leetcode.com/problems/maximum-score-from-removing-substrings>) | Medium | Daily | [solution](<_1717. Maximum Score From Removing Substrings.md>) | py | Jul 12, 2024 |
@@ -21,7 +22,6 @@ Calculations are based on the code files's byte sizes.
2122
| 165 | [Compare Version Numbers](<https://leetcode.com/problems/compare-version-numbers>) | Medium | | [solution](<_165. Compare Version Numbers.md>) | c, py | Jul 02, 2024 |
2223
| 605 | [Can Place Flowers](<https://leetcode.com/problems/can-place-flowers>) | Easy | | [solution](<_605. Can Place Flowers.md>) | c, cpp, java, js, py, rs, ts | Jul 23, 2024 |
2324
| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<_1008. Construct Binary Search Tree from Preorder Traversal.md>) | c, cpp, java | Jun 27, 2024 |
24-
| 2570 | [Merge Two 2D Arrays by Summing Values](<https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values>) | Easy | | [solution](<_2570. Merge Two 2D Arrays by Summing Values.md>) | c | Jun 10, 2024 |
2525
| 339 | [Nested List Weight Sum](<https://leetcode.com/problems/nested-list-weight-sum>) | Medium | | [solution](<_339. Nested List Weight Sum.md>) | c, py | Jul 02, 2024 |
2626
| 707 | [Design Linked List](<https://leetcode.com/problems/design-linked-list>) | Medium | | [solution](<_707. Design Linked List.md>) | java | Jun 22, 2024 |
2727
| 1302 | [Deepest Leaves Sum](<https://leetcode.com/problems/deepest-leaves-sum>) | Medium | | [solution](<_1302. Deepest Leaves Sum.md>) | c, js, py | Jun 07, 2024 |

0 commit comments

Comments
 (0)