Skip to content

Commit a423bb7

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

File tree

198 files changed

+496
-208
lines changed

Some content is hidden

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

198 files changed

+496
-208
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -486,9 +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 |
489+
| 3226 | Weekly Contest 407 - q1 - [Number of Bit Changes to Make Two Integers Equal](<https://leetcode.com/problems/number-of-bit-changes-to-make-two-integers-equal>) | Easy | Contest | [solution](<markdowns/_3226. Number of Bit Changes to Make Two Integers Equal.md>) | py |
490+
| 3227 | Weekly Contest 407 - q2 - [Vowels Game in a String](<https://leetcode.com/problems/vowels-game-in-a-string>) | Easy | Contest | [solution](<markdowns/_3227. Vowels Game in a String.md>) | py |
491+
| 3228 | Weekly Contest 407 - q3 - [Maximum Number of Operations to Move Ones to the End](<https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end>) | Easy | Contest | [solution](<markdowns/_3228. Maximum Number of Operations to Move Ones to the End.md>) | py |
492+
| 3229 | Weekly Contest 407 - q4 - [Minimum Operations to Make Array Equal to Target](<https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-target>) | Hard | Contest | [solution](<markdowns/_3229. Minimum Operations to Make Array Equal to Target.md>) | py |
493493

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

markdowns/Easy.md

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

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

@@ -428,4 +428,6 @@
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 |
430430
| 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 |
431+
| 3226 | Weekly Contest 407 - q1 - [Number of Bit Changes to Make Two Integers Equal](<https://leetcode.com/problems/number-of-bit-changes-to-make-two-integers-equal>) | Easy | Contest | [solution](<markdowns/_3226. Number of Bit Changes to Make Two Integers Equal.md>) | py | Jul 21, 2024 |
432+
| 3227 | Weekly Contest 407 - q2 - [Vowels Game in a String](<https://leetcode.com/problems/vowels-game-in-a-string>) | Easy | Contest | [solution](<markdowns/_3227. Vowels Game in a String.md>) | py | Jul 21, 2024 |
433+
| 3228 | Weekly Contest 407 - q3 - [Maximum Number of Operations to Move Ones to the End](<https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end>) | Easy | Contest | [solution](<markdowns/_3228. Maximum Number of Operations to Move Ones to the End.md>) | py | Jul 21, 2024 |

markdowns/Hard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
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 |
3434
| 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 |
35+
| 3229 | Weekly Contest 407 - q4 - [Minimum Operations to Make Array Equal to Target](<https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-target>) | Hard | Contest | [solution](<markdowns/_3229. Minimum Operations to Make Array Equal to Target.md>) | py | Jul 21, 2024 |

markdowns/Medium.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Medium Questions (2)
1+
# Medium Questions (0)
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 |

0 commit comments

Comments
 (0)