Skip to content

Commit bfacac3

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 527812a commit bfacac3

File tree

516 files changed

+553
-515
lines changed

Some content is hidden

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

516 files changed

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

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

@@ -507,6 +507,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
507507
| 1910 | [Remove All Occurrences of a Substring](<https://leetcode.com/problems/remove-all-occurrences-of-a-substring>) | Medium | Daily | [solution](<markdowns/_1910. Remove All Occurrences of a Substring.md>) | py |
508508
| 1922 | [Count Good Numbers](<https://leetcode.com/problems/count-good-numbers>) | Medium | Daily | [solution](<markdowns/_1922. Count Good Numbers.md>) | py |
509509
| 1929 | [Concatenation of Array](<https://leetcode.com/problems/concatenation-of-array>) | Easy | | [solution](<markdowns/_1929. Concatenation of Array.md>) | c, java, py |
510+
| 1935 | [Maximum Number of Words You Can Type](<https://leetcode.com/problems/maximum-number-of-words-you-can-type>) | Easy | Daily | [solution](<markdowns/_1935. Maximum Number of Words You Can Type.md>) | py |
510511
| 1940 | [Longest Common Subsequence Between Sorted Arrays](<https://leetcode.com/problems/longest-common-subsequence-between-sorted-arrays>) | Medium | Weekly Premium | [solution](<markdowns/_1940. Longest Common Subsequence Between Sorted Arrays.md>) | java, py |
511512
| 1945 | [Sum of Digits of String After Convert](<https://leetcode.com/problems/sum-of-digits-of-string-after-convert>) | Easy | Daily | [solution](<markdowns/_1945. Sum of Digits of String After Convert.md>) | py |
512513
| 1957 | [Delete Characters to Make Fancy String](<https://leetcode.com/problems/delete-characters-to-make-fancy-string>) | Easy | Daily | [solution](<markdowns/_1957. Delete Characters to Make Fancy String.md>) | py |

markdowns/Daily_Questions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ Dates are for the date I completed the question so due to the my time zone and h
99
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|------------------------------------------:|------------------------------------------:|---------------------------------------------------------:|
1010
| | [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 |
1111
| [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 |
12+
| 14 | [15](<_1935. Maximum Number of Words You Can Type.md>) | 16 | 17 | 18 | 19 | 20 |
1313
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
1414
| 28 | 29 | 30 | | | | |
1515

1616

1717

1818
| # | Title | Level | Cats | Solution | Languages | Date Complete |
1919
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
20+
| 1935 | [Maximum Number of Words You Can Type](<https://leetcode.com/problems/maximum-number-of-words-you-can-type>) | Easy | Daily | [solution](<_1935. Maximum Number of Words You Can Type.md>) | py | Sep 15, 2025 |
2021
| 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 |
2122
| 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 |
2223
| 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 |
@@ -372,7 +373,7 @@ Dates are for the date I completed the question so due to the my time zone and h
372373
|-------------------------------------------------------:|--------------------------------------------------------------------:|-----------------------------------------------------------:|------------------------------------------------------------:|------------------------------------------:|------------------------------------------:|---------------------------------------------------------:|
373374
| | [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 |
374375
| [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+
| 14 | [15](<_1935. Maximum Number of Words You Can Type.md>) | 16 | 17 | 18 | 19 | 20 |
376377
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
377378
| 28 | 29 | 30 | | | | |
378379

markdowns/Easy.md

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

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

@@ -135,6 +135,7 @@
135135
| 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 |
136136
| 1909 | [Remove One Element to Make the Array Strictly Increasing](<https://leetcode.com/problems/remove-one-element-to-make-the-array-strictly-increasing>) | Easy | | [solution](<_1909. Remove One Element to Make the Array Strictly Increasing.md>) | c | Jun 17, 2024 |
137137
| 1929 | [Concatenation of Array](<https://leetcode.com/problems/concatenation-of-array>) | Easy | | [solution](<_1929. Concatenation of Array.md>) | c, java, py | Jun 03, 2024 |
138+
| 1935 | [Maximum Number of Words You Can Type](<https://leetcode.com/problems/maximum-number-of-words-you-can-type>) | Easy | Daily | [solution](<_1935. Maximum Number of Words You Can Type.md>) | py | Sep 15, 2025 |
138139
| 1945 | [Sum of Digits of String After Convert](<https://leetcode.com/problems/sum-of-digits-of-string-after-convert>) | Easy | Daily | [solution](<_1945. Sum of Digits of String After Convert.md>) | py | Sep 03, 2024 |
139140
| 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 |
140141
| 2011 | [Final Value of Variable After Performing Operations](<https://leetcode.com/problems/final-value-of-variable-after-performing-operations>) | Easy | | [solution](<_2011. Final Value of Variable After Performing Operations.md>) | c | Jun 03, 2024 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ Calculations are based on the code files's byte sizes.
634634
| 28 | [Find the Index of the First Occurrence in a String](<https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string>) | Easy | | [solution](<_28. Find the Index of the First Occurrence in a String.md>) | py | May 22, 2024 |
635635
| 3000 | [Maximum Area of Longest Diagonal Rectangle](<https://leetcode.com/problems/maximum-area-of-longest-diagonal-rectangle>) | Easy | Daily | [solution](<_3000. Maximum Area of Longest Diagonal Rectangle.md>) | py | Aug 26, 2025 |
636636
| 1636 | [Sort Array by Increasing Frequency](<https://leetcode.com/problems/sort-array-by-increasing-frequency>) | Easy | Daily | [solution](<_1636. Sort Array by Increasing Frequency.md>) | py | Jul 23, 2024 |
637+
| 1935 | [Maximum Number of Words You Can Type](<https://leetcode.com/problems/maximum-number-of-words-you-can-type>) | Easy | Daily | [solution](<_1935. Maximum Number of Words You Can Type.md>) | py | Sep 15, 2025 |
637638
| 69 | [Sqrt(x)](<https://leetcode.com/problems/sqrtx>) | Easy | | [solution](<_69. Sqrt(x).md>) | py | Jun 07, 2024 |
638639
| 176 | [Second Highest Salary](<https://leetcode.com/problems/second-highest-salary>) | Medium | | [solution](<_176. Second Highest Salary.md>) | sql | May 22, 2024 |
639640
| 122 | [Best Time to Buy and Sell Stock II](<https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii>) | Medium | | [solution](<_122. Best Time to Buy and Sell Stock II.md>) | py | Aug 27, 2025 |

markdowns/Questions_By_Recent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Calculations are based on the date of the first solve.
66

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------|:----------------------------------------------------------------------------------------------------|:--------------------------------------------|:----------------|
9+
| 1935 | [Maximum Number of Words You Can Type](<https://leetcode.com/problems/maximum-number-of-words-you-can-type>) | Easy | Daily | [solution](<_1935. Maximum Number of Words You Can Type.md>) | py | Sep 15, 2025 |
910
| 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 |
1011
| 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 |
1112
| 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 |

markdowns/Topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
------
66

77
- [Array](<by_topic/Array.md>) (329 completed)
8-
- [String](<by_topic/String.md>) (152 completed)
9-
- [Hash Table](<by_topic/Hash Table.md>) (147 completed)
8+
- [String](<by_topic/String.md>) (153 completed)
9+
- [Hash Table](<by_topic/Hash Table.md>) (148 completed)
1010
- [Depth-First Search](<by_topic/Depth-First Search.md>) (105 completed)
1111
- [Tree](<by_topic/Tree.md>) (91 completed)
1212
- [Math](<by_topic/Math.md>) (90 completed)

markdowns/_1. Two Sum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
> **Related Topics** : **[Array](<by_topic/Array.md>), [Hash Table](<by_topic/Hash Table.md>)**
1616
>
17-
> **Acceptance Rate** : **56.25 %**
17+
> **Acceptance Rate** : **56.29 %**
1818
1919
------
2020

markdowns/_100. Same Tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
> **Related Topics** : **[Tree](<by_topic/Tree.md>), [Depth-First Search](<by_topic/Depth-First Search.md>), [Breadth-First Search](<by_topic/Breadth-First Search.md>), [Binary Tree](<by_topic/Binary Tree.md>)**
1616
>
17-
> **Acceptance Rate** : **65.72 %**
17+
> **Acceptance Rate** : **65.77 %**
1818
1919
------
2020

markdowns/_1004. Max Consecutive Ones III.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
> **Related Topics** : **[Array](<by_topic/Array.md>), [Binary Search](<by_topic/Binary Search.md>), [Sliding Window](<by_topic/Sliding Window.md>), [Prefix Sum](<by_topic/Prefix Sum.md>)**
1616
>
17-
> **Acceptance Rate** : **66.59 %**
17+
> **Acceptance Rate** : **66.64 %**
1818
1919
------
2020

0 commit comments

Comments
 (0)