Skip to content

Commit 4cc4193

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent e1649d7 commit 4cc4193

File tree

9 files changed

+70
-20
lines changed

9 files changed

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

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

@@ -617,6 +617,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
617617
| 2734 | [Lexicographically Smallest String After Substring Operation](<https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation>) | Medium | | [solution](<markdowns/_2734. Lexicographically Smallest String After Substring Operation.md>) | py |
618618
| 2743 | [Count Substrings Without Repeating Character](<https://leetcode.com/problems/count-substrings-without-repeating-character>) | Medium | Weekly Premium | [solution](<markdowns/_2743. Count Substrings Without Repeating Character.md>) | java, py |
619619
| 2751 | [Robot Collisions](<https://leetcode.com/problems/robot-collisions>) | Hard | Daily | [solution](<markdowns/_2751. Robot Collisions.md>) | py |
620+
| 2785 | [Sort Vowels in a String](<https://leetcode.com/problems/sort-vowels-in-a-string>) | Medium | Daily | [solution](<markdowns/_2785. Sort Vowels in a String.md>) | py |
620621
| 2796 | [Repeat String](<https://leetcode.com/problems/repeat-string>) | Easy | | [solution](<markdowns/_2796. Repeat String.md>) | js |
621622
| 2807 | [Insert Greatest Common Divisors in Linked List](<https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list>) | Medium | Daily | [solution](<markdowns/_2807. Insert Greatest Common Divisors in Linked List.md>) | py |
622623
| 2816 | [Double a Number Represented as a Linked List](<https://leetcode.com/problems/double-a-number-represented-as-a-linked-list>) | Medium | | [solution](<markdowns/_2816. Double a Number Represented as a Linked List.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](<_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 | | | | |
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](<_2785. Sort Vowels in a String.md>) | 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+
| 2785 | [Sort Vowels in a String](<https://leetcode.com/problems/sort-vowels-in-a-string>) | Medium | Daily | [solution](<_2785. Sort Vowels in a String.md>) | py | Sep 11, 2025 |
2021
| 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 |
2122
| 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 |
2223
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<_3516. Find Closest Person.md>) | go, py | Sep 04, 2025 |
@@ -365,11 +366,11 @@ Dates are for the date I completed the question so due to the my time zone and h
365366

366367

367368
### September 2025
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 | | | | |
369+
| Su | Mo | Tu | We | Th | Fr | Sa |
370+
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|------------------------------------------:|-----:|-----:|
371+
| | [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 |
372+
| [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](<_2785. Sort Vowels in a String.md>) | 12 | 13 |
373+
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
374+
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
375+
| 28 | 29 | 30 | | | | |
375376

markdowns/Medium.md

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

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

@@ -381,6 +381,7 @@
381381
| 2698 | [Find the Punishment Number of an Integer](<https://leetcode.com/problems/find-the-punishment-number-of-an-integer>) | Medium | Daily | [solution](<_2698. Find the Punishment Number of an Integer.md>) | py | Feb 15, 2025 |
382382
| 2734 | [Lexicographically Smallest String After Substring Operation](<https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation>) | Medium | | [solution](<_2734. Lexicographically Smallest String After Substring Operation.md>) | py | Jun 29, 2024 |
383383
| 2743 | [Count Substrings Without Repeating Character](<https://leetcode.com/problems/count-substrings-without-repeating-character>) | Medium | Weekly Premium | [solution](<_2743. Count Substrings Without Repeating Character.md>) | java, py | Jun 22, 2024 |
384+
| 2785 | [Sort Vowels in a String](<https://leetcode.com/problems/sort-vowels-in-a-string>) | Medium | Daily | [solution](<_2785. Sort Vowels in a String.md>) | py | Sep 11, 2025 |
384385
| 2807 | [Insert Greatest Common Divisors in Linked List](<https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list>) | Medium | Daily | [solution](<_2807. Insert Greatest Common Divisors in Linked List.md>) | py | Jun 13, 2024 |
385386
| 2816 | [Double a Number Represented as a Linked List](<https://leetcode.com/problems/double-a-number-represented-as-a-linked-list>) | Medium | | [solution](<_2816. Double a Number Represented as a Linked List.md>) | c | Jul 04, 2024 |
386387
| 2852 | [Sum of Remoteness of All Cells](<https://leetcode.com/problems/sum-of-remoteness-of-all-cells>) | Medium | Weekly Premium | [solution](<_2852. Sum of Remoteness of All Cells.md>) | py | Jan 23, 2025 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ Calculations are based on the code files's byte sizes.
561561
| 2423 | [Remove Letter To Equalize Frequency](<https://leetcode.com/problems/remove-letter-to-equalize-frequency>) | Easy | | [solution](<_2423. Remove Letter To Equalize Frequency.md>) | py | Jun 17, 2024 |
562562
| 1062 | [Longest Repeating Substring](<https://leetcode.com/problems/longest-repeating-substring>) | Medium | Weekly Premium | [solution](<_1062. Longest Repeating Substring.md>) | py | Aug 01, 2024 |
563563
| 1800 | [Maximum Ascending Subarray Sum](<https://leetcode.com/problems/maximum-ascending-subarray-sum>) | Easy | Daily | [solution](<_1800. Maximum Ascending Subarray Sum.md>) | py | Jul 29, 2024 |
564+
| 2785 | [Sort Vowels in a String](<https://leetcode.com/problems/sort-vowels-in-a-string>) | Medium | Daily | [solution](<_2785. Sort Vowels in a String.md>) | py | Sep 11, 2025 |
564565
| 1957 | [Delete Characters to Make Fancy String](<https://leetcode.com/problems/delete-characters-to-make-fancy-string>) | Easy | Daily | [solution](<_1957. Delete Characters to Make Fancy String.md>) | py | Nov 04, 2024 |
565566
| 1452 | [People Whose List of Favorite Companies Is Not a Subset of Another List](<https://leetcode.com/problems/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list>) | Medium | | [solution](<_1452. People Whose List of Favorite Companies Is Not a Subset of Another List.md>) | py | Sep 25, 2024 |
566567
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | Daily | [solution](<_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |

0 commit comments

Comments
 (0)