You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This readme was generated using [WikiLeet](<https://github.com/Zanger67/WikiLeet>) -->
4
4
@@ -64,6 +64,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
64
64
| 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](<markdowns/_28. Find the Index of the First Occurrence in a String.md>)| py |
65
65
| 33 |[Search in Rotated Sorted Array](<https://leetcode.com/problems/search-in-rotated-sorted-array>)| Medium | B75, N150 |[solution](<markdowns/_33. Search in Rotated Sorted Array.md>)| py |
| 40 |[Combination Sum II](<https://leetcode.com/problems/combination-sum-ii>)| Medium | Daily, N150 |[solution](<markdowns/_40. Combination Sum II.md>)| py |
||| 1 |[2](<_2873. Maximum Value of an Ordered Triplet I.md>)| 3 | 4 | 5 |
11
11
| 6 |[7](<_416. Partition Equal Subset Sum.md>)|[8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>)| 9 | 10 |[11](<_2843. Count Symmetric Integers.md>)| 12 |
12
-
|[13](<_1922. Count Good Numbers.md>)|[14](<_1534. Count Good Triplets.md>)| 15 | 16 | 17 |18 | 19 |
12
+
|[13](<_1922. Count Good Numbers.md>)|[14](<_1534. Count Good Triplets.md>)| 15 | 16 | 17 |[18](<_38. Count and Say.md>)| 19 |
13
13
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
14
14
| 27 | 28 | 29 | 30 ||||
15
15
16
16
17
17
18
18
| # | Title | Level | Cats | Solution | Languages | Date Complete |
||| 1 |[2](<_2873. Maximum Value of an Ordered Triplet I.md>)| 3 | 4 | 5 |
285
286
| 6 |[7](<_416. Partition Equal Subset Sum.md>)|[8](<_3396. Minimum Number of Operations to Make Elements in Array Distinct.md>)| 9 | 10 |[11](<_2843. Count Symmetric Integers.md>)| 12 |
286
-
|[13](<_1922. Count Good Numbers.md>)|[14](<_1534. Count Good Triplets.md>)| 15 | 16 | 17 |18 | 19 |
287
+
|[13](<_1922. Count Good Numbers.md>)|[14](<_1534. Count Good Triplets.md>)| 15 | 16 | 17 |[18](<_38. Count and Say.md>)| 19 |
Copy file name to clipboardExpand all lines: markdowns/Medium.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Medium Questions (403)
1
+
# Medium Questions (404)
2
2
3
3
*[Back to top](<../README.md>)*
4
4
@@ -17,6 +17,7 @@
17
17
| 24 |[Swap Nodes in Pairs](<https://leetcode.com/problems/swap-nodes-in-pairs>)| Medium ||[solution](<_24. Swap Nodes in Pairs.md>)| c | Jun 07, 2024 |
18
18
| 33 |[Search in Rotated Sorted Array](<https://leetcode.com/problems/search-in-rotated-sorted-array>)| Medium | B75, N150 |[solution](<_33. Search in Rotated Sorted Array.md>)| py | Dec 17, 2024 |
19
19
| 36 |[Valid Sudoku](<https://leetcode.com/problems/valid-sudoku>)| Medium | N150 |[solution](<_36. Valid Sudoku.md>)| py | Jun 13, 2024 |
20
+
| 38 |[Count and Say](<https://leetcode.com/problems/count-and-say>)| Medium | Daily |[solution](<_38. Count and Say.md>)| py | Apr 18, 2025 |
| 40 |[Combination Sum II](<https://leetcode.com/problems/combination-sum-ii>)| Medium | Daily, N150 |[solution](<_40. Combination Sum II.md>)| py | Aug 13, 2024 |
22
23
| 46 |[Permutations](<https://leetcode.com/problems/permutations>)| Medium | N150 |[solution](<_46. Permutations.md>)| py | Jun 07, 2024 |
Copy file name to clipboardExpand all lines: markdowns/Questions_By_Code_Length.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,7 @@ Calculations are based on the code files's byte sizes.
252
252
| 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 |
253
253
| 347 |[Top K Frequent Elements](<https://leetcode.com/problems/top-k-frequent-elements>)| Medium | B75, N150 |[solution](<_347. Top K Frequent Elements.md>)| py | Jun 13, 2024 |
254
254
| 1315 |[Sum of Nodes with Even-Valued Grandparent](<https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparent>)| Medium ||[solution](<_1315. Sum of Nodes with Even-Valued Grandparent.md>)| py | Jun 12, 2024 |
255
+
| 38 |[Count and Say](<https://leetcode.com/problems/count-and-say>)| Medium | Daily |[solution](<_38. Count and Say.md>)| py | Apr 18, 2025 |
255
256
| 325 |[Maximum Size Subarray Sum Equals k](<https://leetcode.com/problems/maximum-size-subarray-sum-equals-k>)| Medium | Weekly Premium |[solution](<_325. Maximum Size Subarray Sum Equals k.md>)| py | Apr 15, 2025 |
256
257
| 2671 |[Frequency Tracker](<https://leetcode.com/problems/frequency-tracker>)| Medium ||[solution](<_2671. Frequency Tracker.md>)| py | Jun 28, 2024 |
257
258
| 23 |[Merge k Sorted Lists](<https://leetcode.com/problems/merge-k-sorted-lists>)| Hard | B75, N150 |[solution](<_23. Merge k Sorted Lists.md>)| py | Jun 17, 2024 |
0 commit comments