Skip to content

Commit f1bad3f

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 95ecf14 commit f1bad3f

File tree

527 files changed

+582
-538
lines changed

Some content is hidden

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

527 files changed

+582
-538
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/)** (648 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (649 solved)
22

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

@@ -388,6 +388,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
388388
| 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](<markdowns/_1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix.md>) | py |
389389
| 1295 | [Find Numbers with Even Number of Digits](<https://leetcode.com/problems/find-numbers-with-even-number-of-digits>) | Easy | Daily | [solution](<markdowns/_1295. Find Numbers with Even Number of Digits.md>) | go, py |
390390
| 1302 | [Deepest Leaves Sum](<https://leetcode.com/problems/deepest-leaves-sum>) | Medium | | [solution](<markdowns/_1302. Deepest Leaves Sum.md>) | c, js, py |
391+
| 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 |
391392
| 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 |
392393
| 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 |
393394
| 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 |

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 | 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 | 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+
| 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 |
2021
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<_3516. Find Closest Person.md>) | go, py | Sep 04, 2025 |
2122
| 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 |
2223
| 3025 | [Find the Number of Ways to Place People I](<https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i>) | Medium | Daily | [solution](<_3025. Find the Number of Ways to Place People I.md>) | py | Sep 02, 2025 |
@@ -363,11 +364,11 @@ Dates are for the date I completed the question so due to the my time zone and h
363364

364365

365366
### September 2025
366-
| Su | Mo | Tu | We | Th | Fr | Sa |
367-
|-----:|--------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|-------------------------------------:|-----:|-----:|
368-
| | [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 |
369-
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
370-
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
371-
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
372-
| 28 | 29 | 30 | | | | |
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 | | | | |
373374

markdowns/Easy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Easy Questions (188)
1+
# Easy Questions (189)
22

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

@@ -102,6 +102,7 @@
102102
| 1232 | [Check If It Is a Straight Line](<https://leetcode.com/problems/check-if-it-is-a-straight-line>) | Easy | | [solution](<_1232. Check If It Is a Straight Line.md>) | py | Sep 25, 2024 |
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 |
105+
| 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 |
105106
| 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 |
106107
| 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 |
107108
| 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 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ Calculations are based on the code files's byte sizes.
608608
| 1561 | [Maximum Number of Coins You Can Get](<https://leetcode.com/problems/maximum-number-of-coins-you-can-get>) | Medium | | [solution](<_1561. Maximum Number of Coins You Can Get.md>) | py | Jun 23, 2024 |
609609
| 231 | [Power of Two](<https://leetcode.com/problems/power-of-two>) | Easy | Daily | [solution](<_231. Power of Two.md>) | py | Mar 04, 2025 |
610610
| 2248 | [Intersection of Multiple Arrays](<https://leetcode.com/problems/intersection-of-multiple-arrays>) | Easy | | [solution](<_2248. Intersection of Multiple Arrays.md>) | py | May 31, 2024 |
611+
| 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 |
611612
| 3021 | [Alice and Bob Playing Flower Game](<https://leetcode.com/problems/alice-and-bob-playing-flower-game>) | Medium | Daily | [solution](<_3021. Alice and Bob Playing Flower Game.md>) | go, py | Aug 29, 2025 |
612613
| 476 | [Number Complement](<https://leetcode.com/problems/number-complement>) | Easy | Daily | [solution](<_476. Number Complement.md>) | py | Aug 22, 2024 |
613614
| 2619 | [Array Prototype Last](<https://leetcode.com/problems/array-prototype-last>) | Easy | | [solution](<_2619. Array Prototype Last.md>) | js | Jul 10, 2024 |

0 commit comments

Comments
 (0)