Skip to content

Commit 6ac6053

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent fe10012 commit 6ac6053

13 files changed

+160
-28
lines changed

README.md

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

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

@@ -275,6 +275,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
275275
| 791 | [Custom Sort String](<https://leetcode.com/problems/custom-sort-string>) | Medium | | [solution](<markdowns/_791. Custom Sort String.md>) | java |
276276
| 794 | [Valid Tic-Tac-Toe State](<https://leetcode.com/problems/valid-tic-tac-toe-state>) | Medium | | [solution](<markdowns/_794. Valid Tic-Tac-Toe State.md>) | py |
277277
| 796 | [Rotate String](<https://leetcode.com/problems/rotate-string>) | Easy | | [solution](<markdowns/_796. Rotate String.md>) | py |
278+
| 797 | [All Paths From Source to Target](<https://leetcode.com/problems/all-paths-from-source-to-target>) | Medium | | [solution](<markdowns/_797. All Paths From Source to Target.md>) | py |
278279
| 807 | [Max Increase to Keep City Skyline](<https://leetcode.com/problems/max-increase-to-keep-city-skyline>) | Medium | | [solution](<markdowns/_807. Max Increase to Keep City Skyline.md>) | java |
279280
| 817 | [Linked List Components](<https://leetcode.com/problems/linked-list-components>) | Medium | | [solution](<markdowns/_817. Linked List Components.md>) | java |
280281
| 819 | [Most Common Word](<https://leetcode.com/problems/most-common-word>) | Easy | | [solution](<markdowns/_819. Most Common Word.md>) | py |
@@ -552,6 +553,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
552553
| 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 |
553554
| 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 |
554555
| 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 |
556+
| 2579 | [Count Total Number of Colored Cells](<https://leetcode.com/problems/count-total-number-of-colored-cells>) | Medium | Daily | [solution](<markdowns/_2579. Count Total Number of Colored Cells.md>) | py |
555557
| 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 |
556558
| 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 |
557559
| 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](<_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 | 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](<_1780. Check if Number is a Sum of Powers of Three.md>) | [5](<_2579. Count Total Number of Colored Cells.md>) | 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+
| 2579 | [Count Total Number of Colored Cells](<https://leetcode.com/problems/count-total-number-of-colored-cells>) | Medium | Daily | [solution](<_2579. Count Total Number of Colored Cells.md>) | py | Mar 05, 2025 |
2122
| 1780 | [Check if Number is a Sum of Powers of Three](<https://leetcode.com/problems/check-if-number-is-a-sum-of-powers-of-three>) | Medium | Daily | [solution](<_1780. Check if Number is a Sum of Powers of Three.md>) | py | Mar 04, 2025 |
2223
| 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 |
2324
| 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 |
@@ -252,12 +253,12 @@ Dates are for the date I completed the question so due to the my time zone and h
252253

253254

254255
### March 2025
255-
| Su | Mo | Tu | We | Th | Fr | Sa |
256-
|-------------------------------------------------------:|----------------------------------------------------------:|-------------------------------------------------------------:|-----:|-----:|-----:|----------------------------------------------:|
257-
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
258-
| [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 | 6 | 7 | 8 |
259-
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
260-
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
261-
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
262-
| 30 | 31 | | | | | |
256+
| Su | Mo | Tu | We | Th | Fr | Sa |
257+
|-------------------------------------------------------:|----------------------------------------------------------:|-------------------------------------------------------------:|-----------------------------------------------------:|-----:|-----:|----------------------------------------------:|
258+
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
259+
| [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 | 7 | 8 |
260+
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
261+
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
262+
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
263+
| 30 | 31 | | | | | |
263264

0 commit comments

Comments
 (0)