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
@@ -332,6 +332,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
332
332
| 1071 |[Greatest Common Divisor of Strings](<https://leetcode.com/problems/greatest-common-divisor-of-strings>)| Easy ||[solution](<markdowns/_1071. Greatest Common Divisor of Strings.md>)| py |
333
333
| 1079 |[Letter Tile Possibilities](<https://leetcode.com/problems/letter-tile-possibilities>)| Medium | Daily |[solution](<markdowns/_1079. Letter Tile Possibilities.md>)| py |
334
334
| 1087 |[Brace Expansion](<https://leetcode.com/problems/brace-expansion>)| Medium ||[solution](<markdowns/_1087. Brace Expansion.md>)| py |
335
+
| 1092 |[Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>)| Hard | Daily |[solution](<markdowns/_1092. Shortest Common Supersequence .md>)| py |
335
336
| 1101 |[The Earliest Moment When Everyone Become Friends](<https://leetcode.com/problems/the-earliest-moment-when-everyone-become-friends>)| Medium | Weekly Premium |[solution](<markdowns/_1101. The Earliest Moment When Everyone Become Friends.md>)| py |
Copy file name to clipboardExpand all lines: markdowns/Daily_Questions.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ Dates are for the date I completed the question so due to the my time zone and h
11
11
|[2](<_1752. Check if Array Is Sorted and Rotated.md>)|[3](<_3105. Longest Strictly Increasing or Strictly Decreasing Subarray.md>)|[4](<_1800. Maximum Ascending Subarray Sum.md>)| 5 | 6 |[7](<_3160. Find the Number of Distinct Colors Among the Balls.md>)|[8](<_2349. Design a Number Container System.md>)|
12
12
| 9 |[10](<_3174. Clear Digits.md>)|[11](<_1910. Remove All Occurrences of a Substring.md>)|[12](<_2342. Max Sum of a Pair With Equal Sum of Digits.md>)|[13](<_3066. Minimum Operations to Exceed Threshold Value II.md>)| 14 |[15](<_2698. Find the Punishment Number of an Integer.md>)|
13
13
|[16](<_1718. Construct the Lexicographically Largest Valid Sequence.md>)|[17](<_1079. Letter Tile Possibilities.md>)|[18](<_2375. Construct Smallest Number From DI String.md>)|[19](<_1415. The k-th Lexicographical String of All Happy Strings of Length n.md>)|[20](<_1980. Find Unique Binary String.md>)|[21](<_1261. Find Elements in a Contaminated Binary Tree.md>)|[22](<_1028. Recover a Tree From Preorder Traversal.md>)|
14
-
| 23 | 24 |[25](<_1524. Number of Sub-arrays With Odd Sum.md>)|[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 |28 ||
14
+
| 23 | 24 |[25](<_1524. Number of Sub-arrays With Odd Sum.md>)|[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 |[28](<_1092. Shortest Common Supersequence .md>)||
15
15
16
16
17
17
18
18
| # | Title | Level | Cats | Solution | Languages | Date Complete |
| 1092 |[Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>)| Hard | Daily |[solution](<_1092. Shortest Common Supersequence .md>)| py | Feb 28, 2025 |
20
21
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium | Daily |[solution](<_1749. Maximum Absolute Sum of Any Subarray.md>)| py | Feb 26, 2025 |
21
22
| 1524 |[Number of Sub-arrays With Odd Sum](<https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum>)| Medium | Daily |[solution](<_1524. Number of Sub-arrays With Odd Sum.md>)| py | Feb 25, 2025 |
22
23
| 1028 |[Recover a Tree From Preorder Traversal](<https://leetcode.com/problems/recover-a-tree-from-preorder-traversal>)| Hard | Daily |[solution](<_1028. Recover a Tree From Preorder Traversal.md>)| py | Feb 22, 2025 |
@@ -242,5 +243,5 @@ Dates are for the date I completed the question so due to the my time zone and h
242
243
|[2](<_1752. Check if Array Is Sorted and Rotated.md>)|[3](<_3105. Longest Strictly Increasing or Strictly Decreasing Subarray.md>)|[4](<_1800. Maximum Ascending Subarray Sum.md>)| 5 | 6 |[7](<_3160. Find the Number of Distinct Colors Among the Balls.md>)|[8](<_2349. Design a Number Container System.md>)|
243
244
| 9 |[10](<_3174. Clear Digits.md>)|[11](<_1910. Remove All Occurrences of a Substring.md>)|[12](<_2342. Max Sum of a Pair With Equal Sum of Digits.md>)|[13](<_3066. Minimum Operations to Exceed Threshold Value II.md>)| 14 |[15](<_2698. Find the Punishment Number of an Integer.md>)|
244
245
|[16](<_1718. Construct the Lexicographically Largest Valid Sequence.md>)|[17](<_1079. Letter Tile Possibilities.md>)|[18](<_2375. Construct Smallest Number From DI String.md>)|[19](<_1415. The k-th Lexicographical String of All Happy Strings of Length n.md>)|[20](<_1980. Find Unique Binary String.md>)|[21](<_1261. Find Elements in a Contaminated Binary Tree.md>)|[22](<_1028. Recover a Tree From Preorder Traversal.md>)|
245
-
| 23 | 24 |[25](<_1524. Number of Sub-arrays With Odd Sum.md>)|[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 |28 ||
246
+
| 23 | 24 |[25](<_1524. Number of Sub-arrays With Odd Sum.md>)|[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 |[28](<_1092. Shortest Common Supersequence .md>)||
Copy file name to clipboardExpand all lines: markdowns/Hard.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
-
# Hard Questions (38)
1
+
# Hard Questions (39)
2
2
3
3
*[Back to top](<../README.md>)*
4
4
@@ -28,6 +28,7 @@
28
28
| 987 |[Vertical Order Traversal of a Binary Tree](<https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree>)| Hard ||[solution](<_987. Vertical Order Traversal of a Binary Tree.md>)| py | Jun 12, 2024 |
29
29
| 995 |[Minimum Number of K Consecutive Bit Flips](<https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips>)| Hard | Daily |[solution](<_995. Minimum Number of K Consecutive Bit Flips.md>)| c, py | Jun 24, 2024 |
30
30
| 1028 |[Recover a Tree From Preorder Traversal](<https://leetcode.com/problems/recover-a-tree-from-preorder-traversal>)| Hard | Daily |[solution](<_1028. Recover a Tree From Preorder Traversal.md>)| py | Jul 01, 2024 |
31
+
| 1092 |[Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>)| Hard | Daily |[solution](<_1092. Shortest Common Supersequence .md>)| py | Feb 28, 2025 |
31
32
| 1255 |[Maximum Score Words Formed by Letters](<https://leetcode.com/problems/maximum-score-words-formed-by-letters>)| Hard ||[solution](<_1255. Maximum Score Words Formed by Letters.md>)| py | Jun 15, 2024 |
32
33
| 1284 |[Minimum Number of Flips to Convert Binary Matrix to Zero Matrix](<https://leetcode.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix>)| Hard ||[solution](<_1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix.md>)| py | Jun 09, 2024 |
33
34
| 1368 |[Minimum Cost to Make at Least One Valid Path in a Grid](<https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid>)| Hard | Daily |[solution](<_1368. Minimum Cost to Make at Least One Valid Path in a Grid.md>)| py | Jan 18, 2025 |
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
@@ -216,6 +216,7 @@ Calculations are based on the code files's byte sizes.
216
216
| 1823 |[Find the Winner of the Circular Game](<https://leetcode.com/problems/find-the-winner-of-the-circular-game>)| Medium | Daily |[solution](<_1823. Find the Winner of the Circular Game.md>)| c, cpp, java, js, py | Jul 08, 2024 |
217
217
| 1490 |[Clone N-ary Tree](<https://leetcode.com/problems/clone-n-ary-tree>)| Medium ||[solution](<_1490. Clone N-ary Tree.md>)| java, py | Jun 02, 2024 |
218
218
| 2149 |[Rearrange Array Elements by Sign](<https://leetcode.com/problems/rearrange-array-elements-by-sign>)| Medium ||[solution](<_2149. Rearrange Array Elements by Sign.md>)| c, py | Jun 10, 2024 |
219
+
| 1092 |[Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>)| Hard | Daily |[solution](<_1092. Shortest Common Supersequence .md>)| py | Feb 28, 2025 |
219
220
| 2405 |[Optimal Partition of String](<https://leetcode.com/problems/optimal-partition-of-string>)| Medium ||[solution](<_2405. Optimal Partition of String.md>)| py | Jun 23, 2024 |
220
221
| 1254 |[Number of Closed Islands](<https://leetcode.com/problems/number-of-closed-islands>)| Medium ||[solution](<_1254. Number of Closed Islands.md>)| py | Jun 26, 2024 |
221
222
| 1380 |[Lucky Numbers in a Matrix](<https://leetcode.com/problems/lucky-numbers-in-a-matrix>)| Easy | Daily |[solution](<_1380. Lucky Numbers in a Matrix.md>)| js, py | Jul 19, 2024 |
| 1092 |[Shortest Common Supersequence ](<https://leetcode.com/problems/shortest-common-supersequence>)| Hard | Daily |[solution](<_1092. Shortest Common Supersequence .md>)| py | Feb 28, 2025 |
9
10
| 53 |[Maximum Subarray](<https://leetcode.com/problems/maximum-subarray>)| Medium | B75, N150 |[solution](<_53. Maximum Subarray.md>)| py | Feb 26, 2025 |
10
11
| 1524 |[Number of Sub-arrays With Odd Sum](<https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum>)| Medium | Daily |[solution](<_1524. Number of Sub-arrays With Odd Sum.md>)| py | Feb 26, 2025 |
11
12
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium | Daily |[solution](<_1749. Maximum Absolute Sum of Any Subarray.md>)| py | Feb 26, 2025 |
0 commit comments