Skip to content

Commit a4706af

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 4a403eb commit a4706af

10 files changed

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

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

@@ -692,5 +692,6 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
692692
| 3443 | [Maximum Manhattan Distance After K Changes](<https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes>) | Medium | Daily | [solution](<markdowns/_3443. Maximum Manhattan Distance After K Changes.md>) | py |
693693
| 3460 | [Longest Common Prefix After at Most One Removal](<https://leetcode.com/problems/longest-common-prefix-after-at-most-one-removal>) | Medium | | [solution](<markdowns/_3460. Longest Common Prefix After at Most One Removal.md>) | py |
694694
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<markdowns/_3516. Find Closest Person.md>) | go, py |
695+
| 3541 | [Find Most Frequent Vowel and Consonant](<https://leetcode.com/problems/find-most-frequent-vowel-and-consonant>) | Easy | Daily | [solution](<markdowns/_3541. Find Most Frequent Vowel and Consonant.md>) | py |
695696

696697
<p align="right"><i>This README was generated using <a href="https://github.com/Zanger67/WikiLeet">WikiLeet</a></i></p>

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](<_2785. Sort Vowels in a String.md>) | [12](<_3227. Vowels Game in a String.md>) | 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](<_3227. Vowels Game in a String.md>) | [13](<_3541. Find Most Frequent Vowel and Consonant.md>) |
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+
| 3541 | [Find Most Frequent Vowel and Consonant](<https://leetcode.com/problems/find-most-frequent-vowel-and-consonant>) | Easy | Daily | [solution](<_3541. Find Most Frequent Vowel and Consonant.md>) | py | Sep 13, 2025 |
2021
| 3227 | Weekly Contest 407 - q2 - [Vowels Game in a String](<https://leetcode.com/problems/vowels-game-in-a-string>) | Medium | Contest, Daily | [solution](<_3227. Vowels Game in a String.md>) | py | Sep 12, 2025 |
2122
| 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 |
2223
| 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 |
@@ -367,11 +368,11 @@ Dates are for the date I completed the question so due to the my time zone and h
367368

368369

369370
### September 2025
370-
| Su | Mo | Tu | We | Th | Fr | Sa |
371-
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|------------------------------------------:|------------------------------------------:|-----:|
372-
| | [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 |
373-
| [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](<_3227. Vowels Game in a String.md>) | 13 |
374-
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
375-
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
376-
| 28 | 29 | 30 | | | | |
371+
| Su | Mo | Tu | We | Th | Fr | Sa |
372+
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|------------------------------------------:|------------------------------------------:|---------------------------------------------------------:|
373+
| | [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 |
374+
| [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](<_3227. Vowels Game in a String.md>) | [13](<_3541. Find Most Frequent Vowel and Consonant.md>) |
375+
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
376+
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
377+
| 28 | 29 | 30 | | | | |
377378

markdowns/Easy.md

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

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

@@ -194,4 +194,5 @@
194194
| 3248 | [Snake in Matrix](<https://leetcode.com/problems/snake-in-matrix>) | Easy | | [solution](<_3248. Snake in Matrix.md>) | py | Aug 12, 2024 |
195195
| 3392 | [Count Subarrays of Length Three With a Condition](<https://leetcode.com/problems/count-subarrays-of-length-three-with-a-condition>) | Easy | Daily | [solution](<_3392. Count Subarrays of Length Three With a Condition.md>) | py | Apr 27, 2025 |
196196
| 3396 | [Minimum Number of Operations to Make Elements in Array Distinct](<https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinct>) | Easy | Daily | [solution](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>) | py | Apr 08, 2025 |
197-
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<_3516. Find Closest Person.md>) | go, py | Sep 04, 2025 |
197+
| 3516 | [Find Closest Person](<https://leetcode.com/problems/find-closest-person>) | Easy | Daily | [solution](<_3516. Find Closest Person.md>) | go, py | Sep 04, 2025 |
198+
| 3541 | [Find Most Frequent Vowel and Consonant](<https://leetcode.com/problems/find-most-frequent-vowel-and-consonant>) | Easy | Daily | [solution](<_3541. Find Most Frequent Vowel and Consonant.md>) | py | Sep 13, 2025 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ Calculations are based on the code files's byte sizes.
592592
| 1844 | [Replace All Digits with Characters](<https://leetcode.com/problems/replace-all-digits-with-characters>) | Easy | | [solution](<_1844. Replace All Digits with Characters.md>) | py | Jun 29, 2024 |
593593
| 3178 | Weekly Contest 401 - q1 - [Find the Child Who Has the Ball After K Seconds](<https://leetcode.com/problems/find-the-child-who-has-the-ball-after-k-seconds>) | Easy | Contest | [solution](<_3178. Find the Child Who Has the Ball After K Seconds.md>) | py | Jul 07, 2024 |
594594
| 819 | [Most Common Word](<https://leetcode.com/problems/most-common-word>) | Easy | | [solution](<_819. Most Common Word.md>) | py | Sep 24, 2024 |
595+
| 3541 | [Find Most Frequent Vowel and Consonant](<https://leetcode.com/problems/find-most-frequent-vowel-and-consonant>) | Easy | Daily | [solution](<_3541. Find Most Frequent Vowel and Consonant.md>) | py | Sep 13, 2025 |
595596
| 2965 | [Find Missing and Repeated Values](<https://leetcode.com/problems/find-missing-and-repeated-values>) | Easy | Daily | [solution](<_2965. Find Missing and Repeated Values.md>) | py | Mar 06, 2025 |
596597
| 191 | [Number of 1 Bits](<https://leetcode.com/problems/number-of-1-bits>) | Easy | B75, N150 | [solution](<_191. Number of 1 Bits.md>) | py | Jul 03, 2024 |
597598
| 1756 | [Design Most Recently Used Queue](<https://leetcode.com/problems/design-most-recently-used-queue>) | Medium | Weekly Premium | [solution](<_1756. Design Most Recently Used Queue.md>) | py | Feb 15, 2025 |

0 commit comments

Comments
 (0)