Skip to content

Commit 28b187c

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 6db208a commit 28b187c

File tree

10 files changed

+93
-24
lines changed

10 files changed

+93
-24
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (636 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (637 solved)
22

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

@@ -212,6 +212,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
212212
| 476 | [Number Complement](<https://leetcode.com/problems/number-complement>) | Easy | Daily | [solution](<markdowns/_476. Number Complement.md>) | py |
213213
| 480 | [Sliding Window Median](<https://leetcode.com/problems/sliding-window-median>) | Hard | | [solution](<markdowns/_480. Sliding Window Median.md>) | py |
214214
| 487 | [Max Consecutive Ones II](<https://leetcode.com/problems/max-consecutive-ones-ii>) | Medium | Weekly Premium | [solution](<markdowns/_487. Max Consecutive Ones II.md>) | py |
215+
| 498 | [Diagonal Traverse](<https://leetcode.com/problems/diagonal-traverse>) | Medium | Daily | [solution](<markdowns/_498. Diagonal Traverse.md>) | py |
215216
| 502 | [IPO](<https://leetcode.com/problems/ipo>) | Hard | Daily | [solution](<markdowns/_502. IPO.md>) | py |
216217
| 503 | [Next Greater Element II](<https://leetcode.com/problems/next-greater-element-ii>) | Medium | | [solution](<markdowns/_503. Next Greater Element II.md>) | py |
217218
| 509 | [Fibonacci Number](<https://leetcode.com/problems/fibonacci-number>) | Easy | | [solution](<markdowns/_509. Fibonacci Number.md>) | c |

markdowns/Daily_Questions.md

Lines changed: 17 additions & 16 deletions
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
### August 2025
8-
| Su | Mo | Tu | We | Th | Fr | Sa |
9-
|---------------------------------------------------------------------:|-----:|--------------------------------------------------:|--------------------------------:|-----:|------------------------------------------------------------:|-----------------------------:|
10-
| | | | | | [1](<_118. Pascal's Triangle.md>) | 2 |
11-
| 3 | 4 | 5 | 6 | 7 | 8 | [9](<_231. Power of Two.md>) |
12-
| 10 | 11 | 12 | [13](<_326. Power of Three.md>) | 14 | [15](<_342. Power of Four.md>) | 16 |
13-
| 17 | 18 | [19](<_2348. Number of Zero-Filled Subarrays.md>) | 20 | 21 | [22](<_3195. Find the Minimum Area to Cover All Ones I.md>) | 23 |
14-
| [24](<_1493. Longest Subarray of 1's After Deleting One Element.md>) | 25 | 26 | 27 | 28 | 29 | 30 |
15-
| 31 | | | | | | |
8+
| Su | Mo | Tu | We | Th | Fr | Sa |
9+
|---------------------------------------------------------------------:|-----------------------------------:|--------------------------------------------------:|--------------------------------:|-----:|------------------------------------------------------------:|-----------------------------:|
10+
| | | | | | [1](<_118. Pascal's Triangle.md>) | 2 |
11+
| 3 | 4 | 5 | 6 | 7 | 8 | [9](<_231. Power of Two.md>) |
12+
| 10 | 11 | 12 | [13](<_326. Power of Three.md>) | 14 | [15](<_342. Power of Four.md>) | 16 |
13+
| 17 | 18 | [19](<_2348. Number of Zero-Filled Subarrays.md>) | 20 | 21 | [22](<_3195. Find the Minimum Area to Cover All Ones I.md>) | 23 |
14+
| [24](<_1493. Longest Subarray of 1's After Deleting One Element.md>) | [25](<_498. Diagonal Traverse.md>) | 26 | 27 | 28 | 29 | 30 |
15+
| 31 | | | | | | |
1616

1717

1818

1919
| # | Title | Level | Cats | Solution | Languages | Date Complete |
2020
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
21+
| 498 | [Diagonal Traverse](<https://leetcode.com/problems/diagonal-traverse>) | Medium | Daily | [solution](<_498. Diagonal Traverse.md>) | py | Aug 25, 2025 |
2122
| 1493 | [Longest Subarray of 1's After Deleting One Element](<https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element>) | Medium | Daily | [solution](<_1493. Longest Subarray of 1's After Deleting One Element.md>) | py | Aug 24, 2025 |
2223
| 3195 | Weekly Contest 403 - q2 - [Find the Minimum Area to Cover All Ones I](<https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-i>) | Medium | Contest, Daily | [solution](<_3195. Find the Minimum Area to Cover All Ones I.md>) | py | Aug 22, 2025 |
2324
| 2348 | [Number of Zero-Filled Subarrays](<https://leetcode.com/problems/number-of-zero-filled-subarrays>) | Medium | Daily | [solution](<_2348. Number of Zero-Filled Subarrays.md>) | py | Aug 19, 2025 |
@@ -344,12 +345,12 @@ Dates are for the date I completed the question so due to the my time zone and h
344345

345346

346347
### August 2025
347-
| Su | Mo | Tu | We | Th | Fr | Sa |
348-
|---------------------------------------------------------------------:|-----:|--------------------------------------------------:|--------------------------------:|-----:|------------------------------------------------------------:|-----------------------------:|
349-
| | | | | | [1](<_118. Pascal's Triangle.md>) | 2 |
350-
| 3 | 4 | 5 | 6 | 7 | 8 | [9](<_231. Power of Two.md>) |
351-
| 10 | 11 | 12 | [13](<_326. Power of Three.md>) | 14 | [15](<_342. Power of Four.md>) | 16 |
352-
| 17 | 18 | [19](<_2348. Number of Zero-Filled Subarrays.md>) | 20 | 21 | [22](<_3195. Find the Minimum Area to Cover All Ones I.md>) | 23 |
353-
| [24](<_1493. Longest Subarray of 1's After Deleting One Element.md>) | 25 | 26 | 27 | 28 | 29 | 30 |
354-
| 31 | | | | | | |
348+
| Su | Mo | Tu | We | Th | Fr | Sa |
349+
|---------------------------------------------------------------------:|-----------------------------------:|--------------------------------------------------:|--------------------------------:|-----:|------------------------------------------------------------:|-----------------------------:|
350+
| | | | | | [1](<_118. Pascal's Triangle.md>) | 2 |
351+
| 3 | 4 | 5 | 6 | 7 | 8 | [9](<_231. Power of Two.md>) |
352+
| 10 | 11 | 12 | [13](<_326. Power of Three.md>) | 14 | [15](<_342. Power of Four.md>) | 16 |
353+
| 17 | 18 | [19](<_2348. Number of Zero-Filled Subarrays.md>) | 20 | 21 | [22](<_3195. Find the Minimum Area to Cover All Ones I.md>) | 23 |
354+
| [24](<_1493. Longest Subarray of 1's After Deleting One Element.md>) | [25](<_498. Diagonal Traverse.md>) | 26 | 27 | 28 | 29 | 30 |
355+
| 31 | | | | | | |
355356

markdowns/Medium.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Medium Questions (408)
1+
# Medium Questions (409)
22

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

@@ -109,6 +109,7 @@
109109
| 451 | [Sort Characters By Frequency](<https://leetcode.com/problems/sort-characters-by-frequency>) | Medium | | [solution](<_451. Sort Characters By Frequency.md>) | py | Jun 18, 2024 |
110110
| 475 | [Heaters](<https://leetcode.com/problems/heaters>) | Medium | | [solution](<_475. Heaters.md>) | py | Jun 07, 2024 |
111111
| 487 | [Max Consecutive Ones II](<https://leetcode.com/problems/max-consecutive-ones-ii>) | Medium | Weekly Premium | [solution](<_487. Max Consecutive Ones II.md>) | py | Feb 22, 2025 |
112+
| 498 | [Diagonal Traverse](<https://leetcode.com/problems/diagonal-traverse>) | Medium | Daily | [solution](<_498. Diagonal Traverse.md>) | py | Aug 25, 2025 |
112113
| 503 | [Next Greater Element II](<https://leetcode.com/problems/next-greater-element-ii>) | Medium | | [solution](<_503. Next Greater Element II.md>) | py | Jul 05, 2024 |
113114
| 513 | [Find Bottom Left Tree Value](<https://leetcode.com/problems/find-bottom-left-tree-value>) | Medium | | [solution](<_513. Find Bottom Left Tree Value.md>) | java | Jul 03, 2024 |
114115
| 523 | [Continuous Subarray Sum](<https://leetcode.com/problems/continuous-subarray-sum>) | Medium | Daily | [solution](<_523. Continuous Subarray Sum.md>) | py | Jun 08, 2024 |

0 commit comments

Comments
 (0)