Skip to content

Commit 17c9c8c

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent 96ce3e3 commit 17c9c8c

11 files changed

+315
-7
lines changed

Diff for: .readme_updater

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (448 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (452 solved)
22

33
> My LeetCode Profile: [Zanger](https://leetcode.com/u/Zanger/)
44
@@ -486,5 +486,9 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
486486
| 3211 | Weekly Contest 405 - q2 - [Generate Binary Strings Without Adjacent Zeros](<https://leetcode.com/problems/generate-binary-strings-without-adjacent-zeros>) | Easy | Contest | [solution](<markdowns/_3211. Generate Binary Strings Without Adjacent Zeros.md>) | js, py |
487487
| 3212 | Weekly Contest 405 - q3 - [Count Submatrices With Equal Frequency of X and Y](<https://leetcode.com/problems/count-submatrices-with-equal-frequency-of-x-and-y>) | Easy | Contest | [solution](<markdowns/_3212. Count Submatrices With Equal Frequency of X and Y.md>) | py |
488488
| 3213 | Weekly Contest 405 - q4 - [Construct String with Minimum Cost](<https://leetcode.com/problems/construct-string-with-minimum-cost>) | Hard | Contest | [solution](<markdowns/_3213. Construct String with Minimum Cost.md>) | py |
489+
| 3226 | Weekly Contest 407 - q1 - Question 3226 | Easy | Contest | [solution](<markdowns/_3226. Question 3226.md>) | py |
490+
| 3227 | Weekly Contest 407 - q2 - Question 3227 | Medium | Contest | [solution](<markdowns/_3227. Question 3227.md>) | py |
491+
| 3228 | Weekly Contest 407 - q3 - Question 3228 | Medium | Contest | [solution](<markdowns/_3228. Question 3228.md>) | py |
492+
| 3229 | Weekly Contest 407 - q4 - Question 3229 | Hard | Contest | [solution](<markdowns/_3229. Question 3229.md>) | py |
489493

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

Diff for: markdowns/Easy.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Easy Questions (422)
1+
# Easy Questions (423)
22

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

@@ -427,4 +427,5 @@
427427
| 3196 | Weekly Contest 403 - q3 - [Maximize Total Cost of Alternating Subarrays](<https://leetcode.com/problems/maximize-total-cost-of-alternating-subarrays>) | Easy | Contest | [solution](<markdowns/_3196. Maximize Total Cost of Alternating Subarrays.md>) | py | Jul 07, 2024 |
428428
| 3210 | Weekly Contest 405 - q1 - [Find the Encrypted String](<https://leetcode.com/problems/find-the-encrypted-string>) | Easy | Contest | [solution](<markdowns/_3210. Find the Encrypted String.md>) | py | Jul 07, 2024 |
429429
| 3211 | Weekly Contest 405 - q2 - [Generate Binary Strings Without Adjacent Zeros](<https://leetcode.com/problems/generate-binary-strings-without-adjacent-zeros>) | Easy | Contest | [solution](<markdowns/_3211. Generate Binary Strings Without Adjacent Zeros.md>) | js, py | Jul 07, 2024 |
430-
| 3212 | Weekly Contest 405 - q3 - [Count Submatrices With Equal Frequency of X and Y](<https://leetcode.com/problems/count-submatrices-with-equal-frequency-of-x-and-y>) | Easy | Contest | [solution](<markdowns/_3212. Count Submatrices With Equal Frequency of X and Y.md>) | py | Jul 07, 2024 |
430+
| 3212 | Weekly Contest 405 - q3 - [Count Submatrices With Equal Frequency of X and Y](<https://leetcode.com/problems/count-submatrices-with-equal-frequency-of-x-and-y>) | Easy | Contest | [solution](<markdowns/_3212. Count Submatrices With Equal Frequency of X and Y.md>) | py | Jul 07, 2024 |
431+
| 3226 | Weekly Contest 407 - q1 - Question 3226 | Easy | Contest | [solution](<markdowns/_3226. Question 3226.md>) | py | Jul 21, 2024 |

Diff for: markdowns/Hard.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hard Questions (26)
1+
# Hard Questions (27)
22

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

@@ -31,4 +31,5 @@
3131
| 2751 | [Robot Collisions](<https://leetcode.com/problems/robot-collisions>) | Hard | Daily | [solution](<markdowns/_2751. Robot Collisions.md>) | py | Jul 13, 2024 |
3232
| 2954 | [Count the Number of Infection Sequences](<https://leetcode.com/problems/count-the-number-of-infection-sequences>) | Hard | | [solution](<markdowns/_2954. Count the Number of Infection Sequences.md>) | py | Jun 26, 2024 |
3333
| 3045 | [Count Prefix and Suffix Pairs II](<https://leetcode.com/problems/count-prefix-and-suffix-pairs-ii>) | Hard | | [solution](<markdowns/_3045. Count Prefix and Suffix Pairs II.md>) | py | Jun 29, 2024 |
34-
| 3213 | Weekly Contest 405 - q4 - [Construct String with Minimum Cost](<https://leetcode.com/problems/construct-string-with-minimum-cost>) | Hard | Contest | [solution](<markdowns/_3213. Construct String with Minimum Cost.md>) | py | Jul 07, 2024 |
34+
| 3213 | Weekly Contest 405 - q4 - [Construct String with Minimum Cost](<https://leetcode.com/problems/construct-string-with-minimum-cost>) | Hard | Contest | [solution](<markdowns/_3213. Construct String with Minimum Cost.md>) | py | Jul 07, 2024 |
35+
| 3229 | Weekly Contest 407 - q4 - Question 3229 | Hard | Contest | [solution](<markdowns/_3229. Question 3229.md>) | py | Jul 21, 2024 |

Diff for: markdowns/Medium.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Medium Questions (0)
1+
# Medium Questions (2)
22

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

55
------
66

7+
| # | Title | Level | Cats | Solution | Languages | Date Complete |
8+
|-----:|:----------------------------------------|:--------|:--------|:------------------------------------------------|:------------|:----------------|
9+
| 3227 | Weekly Contest 407 - q2 - Question 3227 | Medium | Contest | [solution](<markdowns/_3227. Question 3227.md>) | py | Jul 21, 2024 |
10+
| 3228 | Weekly Contest 407 - q3 - Question 3228 | Medium | Contest | [solution](<markdowns/_3228. Question 3228.md>) | py | Jul 21, 2024 |

Diff for: markdowns/Questions_By_Code_Length.md

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Calculations are based on the code files's byte sizes.
8686
| 350 | [Intersection of Two Arrays II](<https://leetcode.com/problems/intersection-of-two-arrays-ii>) | Easy | Daily | [solution](<_350. Intersection of Two Arrays II.md>) | java, py | Jul 02, 2024 |
8787
| 66 | [Plus One](<https://leetcode.com/problems/plus-one>) | Easy | N150 | [solution](<_66. Plus One.md>) | c | Jun 03, 2024 |
8888
| 611 | [Valid Triangle Number](<https://leetcode.com/problems/valid-triangle-number>) | Easy | | [solution](<_611. Valid Triangle Number.md>) | py | May 22, 2024 |
89+
| 3229 | Weekly Contest 407 - q4 - Question 3229 | Hard | Contest | [solution](<_3229. Question 3229.md>) | py | Jul 21, 2024 |
8990
| 381 | [Insert Delete GetRandom O(1) - Duplicates allowed](<https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed>) | Hard | | [solution](<_381. Insert Delete GetRandom O(1) - Duplicates allowed.md>) | java | Jul 06, 2024 |
9091
| 419 | [Battleships in a Board](<https://leetcode.com/problems/battleships-in-a-board>) | Easy | | [solution](<_419. Battleships in a Board.md>) | c, py | Jun 24, 2024 |
9192
| 353 | [Design Snake Game](<https://leetcode.com/problems/design-snake-game>) | Easy | | [solution](<_353. Design Snake Game.md>) | py | Jun 28, 2024 |
@@ -384,6 +385,7 @@ Calculations are based on the code files's byte sizes.
384385
| 330 | [Patching Array](<https://leetcode.com/problems/patching-array>) | Hard | Daily | [solution](<_330. Patching Array.md>) | py | Jun 16, 2024 |
385386
| 1884 | [Egg Drop With 2 Eggs and N Floors](<https://leetcode.com/problems/egg-drop-with-2-eggs-and-n-floors>) | Easy | | [solution](<_1884. Egg Drop With 2 Eggs and N Floors.md>) | c, java, js | Jul 11, 2024 |
386387
| 3168 | Weekly Contest 400 - q1 - [Minimum Number of Chairs in a Waiting Room](<https://leetcode.com/problems/minimum-number-of-chairs-in-a-waiting-room>) | Easy | Contest | [solution](<_3168. Minimum Number of Chairs in a Waiting Room.md>) | py | Jul 07, 2024 |
388+
| 3228 | Weekly Contest 407 - q3 - Question 3228 | Medium | Contest | [solution](<_3228. Question 3228.md>) | py | Jul 21, 2024 |
387389
| 196 | [Delete Duplicate Emails](<https://leetcode.com/problems/delete-duplicate-emails>) | Easy | | [solution](<_196. Delete Duplicate Emails.md>) | py, sql | Jun 07, 2024 |
388390
| 2365 | [Task Scheduler II](<https://leetcode.com/problems/task-scheduler-ii>) | Easy | | [solution](<_2365. Task Scheduler II.md>) | py | Jun 29, 2024 |
389391
| 104 | [Maximum Depth of Binary Tree](<https://leetcode.com/problems/maximum-depth-of-binary-tree>) | Easy | B75, N150 | [solution](<_104. Maximum Depth of Binary Tree.md>) | py | Jul 04, 2024 |
@@ -403,6 +405,7 @@ Calculations are based on the code files's byte sizes.
403405
| 1641 | [Count Sorted Vowel Strings](<https://leetcode.com/problems/count-sorted-vowel-strings>) | Easy | | [solution](<_1641. Count Sorted Vowel Strings.md>) | c, cpp, java | Jun 24, 2024 |
404406
| 2455 | [Average Value of Even Numbers That Are Divisible by Three](<https://leetcode.com/problems/average-value-of-even-numbers-that-are-divisible-by-three>) | Easy | | [solution](<_2455. Average Value of Even Numbers That Are Divisible by Three.md>) | java | Jul 04, 2024 |
405407
| 3184 | Weekly Contest 402 - q1 - [Count Pairs That Form a Complete Day I](<https://leetcode.com/problems/count-pairs-that-form-a-complete-day-i>) | Easy | Contest | [solution](<_3184. Count Pairs That Form a Complete Day I.md>) | py | Jul 07, 2024 |
408+
| 3226 | Weekly Contest 407 - q1 - Question 3226 | Easy | Contest | [solution](<_3226. Question 3226.md>) | py | Jul 21, 2024 |
406409
| 2395 | [Find Subarrays With Equal Sum](<https://leetcode.com/problems/find-subarrays-with-equal-sum>) | Easy | | [solution](<_2395. Find Subarrays With Equal Sum.md>) | py | May 31, 2024 |
407410
| 1762 | [Buildings With an Ocean View](<https://leetcode.com/problems/buildings-with-an-ocean-view>) | Easy | | [solution](<_1762. Buildings With an Ocean View.md>) | py | Jun 10, 2024 |
408411
| 867 | [Transpose Matrix](<https://leetcode.com/problems/transpose-matrix>) | Easy | | [solution](<_867. Transpose Matrix.md>) | py | Jun 15, 2024 |
@@ -423,6 +426,7 @@ Calculations are based on the code files's byte sizes.
423426
| 1561 | [Maximum Number of Coins You Can Get](<https://leetcode.com/problems/maximum-number-of-coins-you-can-get>) | Easy | | [solution](<_1561. Maximum Number of Coins You Can Get.md>) | py | Jun 23, 2024 |
424427
| 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 |
425428
| 2619 | [Array Prototype Last](<https://leetcode.com/problems/array-prototype-last>) | Easy | | [solution](<_2619. Array Prototype Last.md>) | js | Jul 10, 2024 |
429+
| 3227 | Weekly Contest 407 - q2 - Question 3227 | Medium | Contest | [solution](<_3227. Question 3227.md>) | py | Jul 21, 2024 |
426430
| 746 | [Min Cost Climbing Stairs](<https://leetcode.com/problems/min-cost-climbing-stairs>) | Easy | N150 | [solution](<_746. Min Cost Climbing Stairs.md>) | py | Jul 05, 2024 |
427431
| 1018 | [Binary Prefix Divisible By 5](<https://leetcode.com/problems/binary-prefix-divisible-by-5>) | Easy | | [solution](<_1018. Binary Prefix Divisible By 5.md>) | py | Jul 04, 2024 |
428432
| 3194 | Weekly Contest 403 - q1 - [Minimum Average of Smallest and Largest Elements](<https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elements>) | Easy | Contest | [solution](<_3194. Minimum Average of Smallest and Largest Elements.md>) | py | Jul 07, 2024 |

0 commit comments

Comments
 (0)