Skip to content

Commit b20507e

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 6fd6898 commit b20507e

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
391391
| 1304 | [Find N Unique Integers Sum up to Zero](<https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero>) | Easy | Daily | [solution](<markdowns/_1304. Find N Unique Integers Sum up to Zero.md>) | py |
392392
| 1305 | [All Elements in Two Binary Search Trees](<https://leetcode.com/problems/all-elements-in-two-binary-search-trees>) | Medium | | [solution](<markdowns/_1305. All Elements in Two Binary Search Trees.md>) | java |
393393
| 1315 | [Sum of Nodes with Even-Valued Grandparent](<https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparent>) | Medium | | [solution](<markdowns/_1315. Sum of Nodes with Even-Valued Grandparent.md>) | py |
394-
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | | [solution](<markdowns/_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c |
394+
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | Daily | [solution](<markdowns/_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c |
395395
| 1325 | [Delete Leaves With a Given Value](<https://leetcode.com/problems/delete-leaves-with-a-given-value>) | Medium | | [solution](<markdowns/_1325. Delete Leaves With a Given Value.md>) | py |
396396
| 1334 | [Find the City With the Smallest Number of Neighbors at a Threshold Distance](<https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance>) | Medium | Daily | [solution](<markdowns/_1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md>) | py |
397397
| 1351 | [Count Negative Numbers in a Sorted Matrix](<https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix>) | Easy | | [solution](<markdowns/_1351. Count Negative Numbers in a Sorted Matrix.md>) | java, py |

markdowns/Daily_Questions.md

Lines changed: 15 additions & 14 deletions
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
### September 2025
8-
| Su | Mo | Tu | We | Th | Fr | Sa |
9-
|-------------------------------------------------------:|--------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|-------------------------------------:|-----:|-----:|
10-
| | [1](<_1792. Maximum Average Pass Ratio.md>) | [2](<_3025. Find the Number of Ways to Place People I.md>) | [3](<_3027. Find the Number of Ways to Place People II.md>) | [4](<_3516. Find Closest Person.md>) | 5 | 6 |
11-
| [7](<_1304. Find N Unique Integers Sum up to Zero.md>) | 8 | 9 | 10 | 11 | 12 | 13 |
12-
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
13-
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
14-
| 28 | 29 | 30 | | | | |
8+
| Su | Mo | Tu | We | Th | Fr | Sa |
9+
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|-------------------------------------:|-----:|-----:|
10+
| | [1](<_1792. Maximum Average Pass Ratio.md>) | [2](<_3025. Find the Number of Ways to Place People I.md>) | [3](<_3027. Find the Number of Ways to Place People II.md>) | [4](<_3516. Find Closest Person.md>) | 5 | 6 |
11+
| [7](<_1304. Find N Unique Integers Sum up to Zero.md>) | [8](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | 9 | 10 | 11 | 12 | 13 |
12+
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
13+
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
14+
| 28 | 29 | 30 | | | | |
1515

1616

1717

1818
| # | Title | Level | Cats | Solution | Languages | Date Complete |
1919
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
20+
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | Daily | [solution](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c | Sep 08, 2025 |
2021
| 1304 | [Find N Unique Integers Sum up to Zero](<https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero>) | Easy | Daily | [solution](<_1304. Find N Unique Integers Sum up to Zero.md>) | py | Sep 07, 2025 |
2122
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<_3516. Find Closest Person.md>) | go, py | Sep 04, 2025 |
2223
| 3027 | [Find the Number of Ways to Place People II](<https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii>) | Hard | Daily | [solution](<_3027. Find the Number of Ways to Place People II.md>) | py | Sep 03, 2025 |
@@ -364,11 +365,11 @@ Dates are for the date I completed the question so due to the my time zone and h
364365

365366

366367
### September 2025
367-
| Su | Mo | Tu | We | Th | Fr | Sa |
368-
|-------------------------------------------------------:|--------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|-------------------------------------:|-----:|-----:|
369-
| | [1](<_1792. Maximum Average Pass Ratio.md>) | [2](<_3025. Find the Number of Ways to Place People I.md>) | [3](<_3027. Find the Number of Ways to Place People II.md>) | [4](<_3516. Find Closest Person.md>) | 5 | 6 |
370-
| [7](<_1304. Find N Unique Integers Sum up to Zero.md>) | 8 | 9 | 10 | 11 | 12 | 13 |
371-
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
372-
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
373-
| 28 | 29 | 30 | | | | |
368+
| Su | Mo | Tu | We | Th | Fr | Sa |
369+
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|-------------------------------------:|-----:|-----:|
370+
| | [1](<_1792. Maximum Average Pass Ratio.md>) | [2](<_3025. Find the Number of Ways to Place People I.md>) | [3](<_3027. Find the Number of Ways to Place People II.md>) | [4](<_3516. Find Closest Person.md>) | 5 | 6 |
371+
| [7](<_1304. Find N Unique Integers Sum up to Zero.md>) | [8](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | 9 | 10 | 11 | 12 | 13 |
372+
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
373+
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
374+
| 28 | 29 | 30 | | | | |
374375

markdowns/Easy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
| 1252 | [Cells with Odd Values in a Matrix](<https://leetcode.com/problems/cells-with-odd-values-in-a-matrix>) | Easy | | [solution](<_1252. Cells with Odd Values in a Matrix.md>) | c | Jun 04, 2024 |
104104
| 1295 | [Find Numbers with Even Number of Digits](<https://leetcode.com/problems/find-numbers-with-even-number-of-digits>) | Easy | Daily | [solution](<_1295. Find Numbers with Even Number of Digits.md>) | go, py | Apr 30, 2025 |
105105
| 1304 | [Find N Unique Integers Sum up to Zero](<https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero>) | Easy | Daily | [solution](<_1304. Find N Unique Integers Sum up to Zero.md>) | py | Sep 07, 2025 |
106-
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | | [solution](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c | Jun 04, 2024 |
106+
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | Daily | [solution](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c | Jun 04, 2024 |
107107
| 1351 | [Count Negative Numbers in a Sorted Matrix](<https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix>) | Easy | | [solution](<_1351. Count Negative Numbers in a Sorted Matrix.md>) | java, py | Jun 01, 2024 |
108108
| 1380 | [Lucky Numbers in a Matrix](<https://leetcode.com/problems/lucky-numbers-in-a-matrix>) | Easy | Daily | [solution](<_1380. Lucky Numbers in a Matrix.md>) | js, py | Jul 19, 2024 |
109109
| 1399 | [Count Largest Group](<https://leetcode.com/problems/count-largest-group>) | Easy | Daily | [solution](<_1399. Count Largest Group.md>) | py | Apr 23, 2025 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Calculations are based on the code files's byte sizes.
473473
| 260 | [Single Number III](<https://leetcode.com/problems/single-number-iii>) | Medium | | [solution](<_260. Single Number III.md>) | py | Jun 08, 2024 |
474474
| 654 | [Maximum Binary Tree](<https://leetcode.com/problems/maximum-binary-tree>) | Medium | | [solution](<_654. Maximum Binary Tree.md>) | py | Jun 12, 2024 |
475475
| 2942 | [Find Words Containing Character](<https://leetcode.com/problems/find-words-containing-character>) | Easy | Daily | [solution](<_2942. Find Words Containing Character.md>) | c | Jun 06, 2024 |
476-
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | | [solution](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c | Jun 04, 2024 |
476+
| 1317 | [Convert Integer to the Sum of Two No-Zero Integers](<https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers>) | Easy | Daily | [solution](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>) | c | Jun 04, 2024 |
477477
| 2661 | [First Completely Painted Row or Column](<https://leetcode.com/problems/first-completely-painted-row-or-column>) | Medium | Daily | [solution](<_2661. First Completely Painted Row or Column.md>) | py | Jan 20, 2025 |
478478
| 664 | [Strange Printer](<https://leetcode.com/problems/strange-printer>) | Hard | Daily | [solution](<_664. Strange Printer.md>) | py | Aug 21, 2024 |
479479
| 3443 | [Maximum Manhattan Distance After K Changes](<https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes>) | Medium | Daily | [solution](<_3443. Maximum Manhattan Distance After K Changes.md>) | py | Feb 04, 2025 |

0 commit comments

Comments
 (0)