Skip to content

Commit 4d8e14b

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 15d60de commit 4d8e14b

9 files changed

+98
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
577577
| 3043 | [Find the Length of the Longest Common Prefix](<https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix>) | Medium | Daily | [solution](<markdowns/_3043. Find the Length of the Longest Common Prefix.md>) | py |
578578
| 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 |
579579
| 3064 | [Guess the Number Using Bitwise Questions I](<https://leetcode.com/problems/guess-the-number-using-bitwise-questions-i>) | Medium | | [solution](<markdowns/_3064. Guess the Number Using Bitwise Questions I.md>) | c, py |
580-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<markdowns/_3066. Minimum Operations to Exceed Threshold Value II.md>) | py |
580+
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | Daily | [solution](<markdowns/_3066. Minimum Operations to Exceed Threshold Value II.md>) | py |
581581
| 3074 | [Apple Redistribution into Boxes](<https://leetcode.com/problems/apple-redistribution-into-boxes>) | Easy | | [solution](<markdowns/_3074. Apple Redistribution into Boxes.md>) | py |
582582
| 3105 | [Longest Strictly Increasing or Strictly Decreasing Subarray](<https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray>) | Easy | Daily | [solution](<markdowns/_3105. Longest Strictly Increasing or Strictly Decreasing Subarray.md>) | py |
583583
| 3106 | [Lexicographically Smallest String After Operations With Constraint](<https://leetcode.com/problems/lexicographically-smallest-string-after-operations-with-constraint>) | Medium | | [solution](<markdowns/_3106. Lexicographically Smallest String After Operations With Constraint.md>) | py |

markdowns/Daily_Questions.md

Lines changed: 91 additions & 15 deletions
Large diffs are not rendered by default.

markdowns/Medium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
| 3016 | [Minimum Number of Pushes to Type Word II](<https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-ii>) | Medium | Daily | [solution](<_3016. Minimum Number of Pushes to Type Word II.md>) | py | Aug 06, 2024 |
353353
| 3043 | [Find the Length of the Longest Common Prefix](<https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix>) | Medium | Daily | [solution](<_3043. Find the Length of the Longest Common Prefix.md>) | py | Jun 28, 2024 |
354354
| 3064 | [Guess the Number Using Bitwise Questions I](<https://leetcode.com/problems/guess-the-number-using-bitwise-questions-i>) | Medium | | [solution](<_3064. Guess the Number Using Bitwise Questions I.md>) | c, py | Jun 06, 2024 |
355-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
355+
| 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 |
356356
| 3106 | [Lexicographically Smallest String After Operations With Constraint](<https://leetcode.com/problems/lexicographically-smallest-string-after-operations-with-constraint>) | Medium | | [solution](<_3106. Lexicographically Smallest String After Operations With Constraint.md>) | py | Jun 29, 2024 |
357357
| 3111 | [Minimum Rectangles to Cover Points](<https://leetcode.com/problems/minimum-rectangles-to-cover-points>) | Medium | | [solution](<_3111. Minimum Rectangles to Cover Points.md>) | java, py | Jul 21, 2024 |
358358
| 3157 | [Find the Level of Tree with Minimum Sum](<https://leetcode.com/problems/find-the-level-of-tree-with-minimum-sum>) | Medium | | [solution](<_3157. Find the Level of Tree with Minimum Sum.md>) | py | Jul 05, 2024 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Calculations are based on the code files's byte sizes.
509509
| 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 |
510510
| 1957 | [Delete Characters to Make Fancy String](<https://leetcode.com/problems/delete-characters-to-make-fancy-string>) | Easy | | [solution](<_1957. Delete Characters to Make Fancy String.md>) | py | Nov 04, 2024 |
511511
| 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 |
512-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
512+
| 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 |
513513
| 607 | [Sales Person](<https://leetcode.com/problems/sales-person>) | Easy | | [solution](<_607. Sales Person.md>) | sql | May 22, 2024 |
514514
| 2621 | [Sleep](<https://leetcode.com/problems/sleep>) | Easy | | [solution](<_2621. Sleep.md>) | js | Jul 09, 2024 |
515515
| 1282 | [Group the People Given the Group Size They Belong To](<https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to>) | Medium | | [solution](<_1282. Group the People Given the Group Size They Belong To.md>) | py | Jun 28, 2024 |

markdowns/Questions_By_Recent.md

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

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------|:----------------------------------------------------------------------------------------------------|:--------------------------------------------|:----------------|
9-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
9+
| 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 |
1010
| 2342 | [Max Sum of a Pair With Equal Sum of Digits](<https://leetcode.com/problems/max-sum-of-a-pair-with-equal-sum-of-digits>) | Medium | Daily | [solution](<_2342. Max Sum of a Pair With Equal Sum of Digits.md>) | py | Feb 12, 2025 |
1111
| 1910 | [Remove All Occurrences of a Substring](<https://leetcode.com/problems/remove-all-occurrences-of-a-substring>) | Medium | Daily | [solution](<_1910. Remove All Occurrences of a Substring.md>) | py | Feb 11, 2025 |
1212
| 1642 | [Furthest Building You Can Reach](<https://leetcode.com/problems/furthest-building-you-can-reach>) | Medium | | [solution](<_1642. Furthest Building You Can Reach.md>) | py | Feb 10, 2025 |

markdowns/_3066. Minimum Operations to Exceed Threshold Value II.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ class Solution:
3939

4040
return ops
4141

42-
4342
```
4443

markdowns/by_topic/Array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
| 2997 | [Minimum Number of Operations to Make Array XOR Equal to K](<https://leetcode.com/problems/minimum-number-of-operations-to-make-array-xor-equal-to-k>) | Medium | | [solution](<../_2997. Minimum Number of Operations to Make Array XOR Equal to K.md>) | java, py | Jun 12, 2024 |
263263
| 3043 | [Find the Length of the Longest Common Prefix](<https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix>) | Medium | Daily | [solution](<../_3043. Find the Length of the Longest Common Prefix.md>) | py | Jun 28, 2024 |
264264
| 3045 | [Count Prefix and Suffix Pairs II](<https://leetcode.com/problems/count-prefix-and-suffix-pairs-ii>) | Hard | | [solution](<../_3045. Count Prefix and Suffix Pairs II.md>) | py | Jun 29, 2024 |
265-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<../_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
265+
| 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 |
266266
| 3074 | [Apple Redistribution into Boxes](<https://leetcode.com/problems/apple-redistribution-into-boxes>) | Easy | | [solution](<../_3074. Apple Redistribution into Boxes.md>) | py | May 23, 2024 |
267267
| 3105 | [Longest Strictly Increasing or Strictly Decreasing Subarray](<https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray>) | Easy | Daily | [solution](<../_3105. Longest Strictly Increasing or Strictly Decreasing Subarray.md>) | py | Feb 03, 2025 |
268268
| 3111 | [Minimum Rectangles to Cover Points](<https://leetcode.com/problems/minimum-rectangles-to-cover-points>) | Medium | | [solution](<../_3111. Minimum Rectangles to Cover Points.md>) | java, py | Jul 21, 2024 |

markdowns/by_topic/Heap (Priority Queue).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
| 2473 | [Minimum Cost to Buy Apples](<https://leetcode.com/problems/minimum-cost-to-buy-apples>) | Medium | | [solution](<../_2473. Minimum Cost to Buy Apples.md>) | py | Jun 29, 2024 |
3232
| 2599 | [Make the Prefix Sum Non-negative](<https://leetcode.com/problems/make-the-prefix-sum-non-negative>) | Medium | Weekly Premium | [solution](<../_2599. Make the Prefix Sum Non-negative.md>) | py | Feb 10, 2025 |
3333
| 2679 | [Sum in a Matrix](<https://leetcode.com/problems/sum-in-a-matrix>) | Medium | | [solution](<../_2679. Sum in a Matrix.md>) | java | May 22, 2024 |
34-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<../_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
34+
| 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 |

markdowns/by_topic/Simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
| 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<../_2582. Pass the Pillow.md>) | c, cpp, cs, java, js, py | Jul 06, 2024 |
3838
| 2679 | [Sum in a Matrix](<https://leetcode.com/problems/sum-in-a-matrix>) | Medium | | [solution](<../_2679. Sum in a Matrix.md>) | java | May 22, 2024 |
3939
| 2751 | [Robot Collisions](<https://leetcode.com/problems/robot-collisions>) | Hard | Daily | [solution](<../_2751. Robot Collisions.md>) | py | Jul 13, 2024 |
40-
| 3066 | [Minimum Operations to Exceed Threshold Value II](<https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii>) | Medium | | [solution](<../_3066. Minimum Operations to Exceed Threshold Value II.md>) | py | Feb 13, 2025 |
40+
| 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 |
4141
| 3160 | [Find the Number of Distinct Colors Among the Balls](<https://leetcode.com/problems/find-the-number-of-distinct-colors-among-the-balls>) | Medium | Daily | [solution](<../_3160. Find the Number of Distinct Colors Among the Balls.md>) | py | Feb 07, 2025 |
4242
| 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 |
4343
| 3174 | Biweekly Contest 132 - q1 - [Clear Digits](<https://leetcode.com/problems/clear-digits>) | Easy | Contest, Daily | [solution](<../_3174. Clear Digits.md>) | py | Jul 07, 2024 |

0 commit comments

Comments
 (0)