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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
449
449
| 1740 |[Find Distance in a Binary Tree](<https://leetcode.com/problems/find-distance-in-a-binary-tree>)| Medium | Weekly Premium |[solution](<markdowns/_1740. Find Distance in a Binary Tree.md>)| py |
450
450
| 1743 |[Restore the Array From Adjacent Pairs](<https://leetcode.com/problems/restore-the-array-from-adjacent-pairs>)| Medium ||[solution](<markdowns/_1743. Restore the Array From Adjacent Pairs.md>)| py |
451
451
| 1748 |[Sum of Unique Elements](<https://leetcode.com/problems/sum-of-unique-elements>)| Easy ||[solution](<markdowns/_1748. Sum of Unique Elements.md>)| c |
452
-
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium ||[solution](<markdowns/_1749. Maximum Absolute Sum of Any Subarray.md>)| py |
452
+
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium |Daily|[solution](<markdowns/_1749. Maximum Absolute Sum of Any Subarray.md>)| py |
453
453
| 1752 |[Check if Array Is Sorted and Rotated](<https://leetcode.com/problems/check-if-array-is-sorted-and-rotated>)| Easy | Daily |[solution](<markdowns/_1752. Check if Array Is Sorted and Rotated.md>)| py |
454
454
| 1756 |[Design Most Recently Used Queue](<https://leetcode.com/problems/design-most-recently-used-queue>)| Medium | Weekly Premium |[solution](<markdowns/_1756. Design Most Recently Used Queue.md>)| py |
455
455
| 1759 |[Count Number of Homogenous Substrings](<https://leetcode.com/problems/count-number-of-homogenous-substrings>)| Medium ||[solution](<markdowns/_1759. Count Number of Homogenous Substrings.md>)| c, java |
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 |26 | 27 | 28 ||
14
+
| 23 | 24 | 25 |[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 | 28 ||
15
15
16
16
17
17
18
18
| # | Title | Level | Cats | Solution | Languages | Date Complete |
| 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 |
20
21
| 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 |
21
22
| 1261 |[Find Elements in a Contaminated Binary Tree](<https://leetcode.com/problems/find-elements-in-a-contaminated-binary-tree>)| Medium | Daily |[solution](<_1261. Find Elements in a Contaminated Binary Tree.md>)| py | Feb 21, 2025 |
@@ -240,5 +241,5 @@ Dates are for the date I completed the question so due to the my time zone and h
240
241
|[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>)|
241
242
| 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>)|
242
243
|[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>)|
243
-
| 23 | 24 | 25 |26 | 27 | 28 ||
244
+
| 23 | 24 | 25 |[26](<_1749. Maximum Absolute Sum of Any Subarray.md>)| 27 | 28 ||
Copy file name to clipboardExpand all lines: markdowns/Medium.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@
273
273
| 1730 |[Shortest Path to Get Food](<https://leetcode.com/problems/shortest-path-to-get-food>)| Medium | Weekly Premium |[solution](<_1730. Shortest Path to Get Food.md>)| py | Jun 26, 2024 |
274
274
| 1740 |[Find Distance in a Binary Tree](<https://leetcode.com/problems/find-distance-in-a-binary-tree>)| Medium | Weekly Premium |[solution](<_1740. Find Distance in a Binary Tree.md>)| py | Jul 15, 2024 |
275
275
| 1743 |[Restore the Array From Adjacent Pairs](<https://leetcode.com/problems/restore-the-array-from-adjacent-pairs>)| Medium ||[solution](<_1743. Restore the Array From Adjacent Pairs.md>)| py | Jun 27, 2024 |
276
-
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium ||[solution](<_1749. Maximum Absolute Sum of Any Subarray.md>)| py | Feb 26, 2025 |
276
+
| 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 |
277
277
| 1756 |[Design Most Recently Used Queue](<https://leetcode.com/problems/design-most-recently-used-queue>)| Medium | Weekly Premium |[solution](<_1756. Design Most Recently Used Queue.md>)| py | Feb 15, 2025 |
278
278
| 1759 |[Count Number of Homogenous Substrings](<https://leetcode.com/problems/count-number-of-homogenous-substrings>)| Medium ||[solution](<_1759. Count Number of Homogenous Substrings.md>)| c, java | Jun 10, 2024 |
279
279
| 1762 |[Buildings With an Ocean View](<https://leetcode.com/problems/buildings-with-an-ocean-view>)| Medium ||[solution](<_1762. Buildings With an Ocean View.md>)| py | Jun 10, 2024 |
Copy file name to clipboardExpand all lines: markdowns/Questions_By_Code_Length.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ Calculations are based on the code files's byte sizes.
350
350
| 49 |[Group Anagrams](<https://leetcode.com/problems/group-anagrams>)| Medium | B75, N150 |[solution](<_49. Group Anagrams.md>)| py | Jun 13, 2024 |
351
351
| 1455 |[Check If a Word Occurs As a Prefix of Any Word in a Sentence](<https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence>)| Easy | Daily |[solution](<_1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence.md>)| py | Jun 01, 2024 |
352
352
| 1261 |[Find Elements in a Contaminated Binary Tree](<https://leetcode.com/problems/find-elements-in-a-contaminated-binary-tree>)| Medium | Daily |[solution](<_1261. Find Elements in a Contaminated Binary Tree.md>)| py | Feb 21, 2025 |
353
-
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium ||[solution](<_1749. Maximum Absolute Sum of Any Subarray.md>)| py | Feb 26, 2025 |
353
+
| 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 |
354
354
| 1267 |[Count Servers that Communicate](<https://leetcode.com/problems/count-servers-that-communicate>)| Medium | Daily |[solution](<_1267. Count Servers that Communicate.md>)| py | Jan 23, 2025 |
355
355
| 1929 |[Concatenation of Array](<https://leetcode.com/problems/concatenation-of-array>)| Easy ||[solution](<_1929. Concatenation of Array.md>)| c, java, py | Jun 03, 2024 |
356
356
| 1026 |[Maximum Difference Between Node and Ancestor](<https://leetcode.com/problems/maximum-difference-between-node-and-ancestor>)| Medium ||[solution](<_1026. Maximum Difference Between Node and Ancestor.md>)| py | Jun 23, 2024 |
| 1749 |[Maximum Absolute Sum of Any Subarray](<https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray>)| Medium ||[solution](<_1749. Maximum Absolute Sum of Any Subarray.md>)| py | Feb 26, 2025 |
9
+
| 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 |
10
10
| 487 |[Max Consecutive Ones II](<https://leetcode.com/problems/max-consecutive-ones-ii>)| Medium | Weekly Premium |[solution](<_487. Max Consecutive Ones II.md>)| py | Feb 22, 2025 |
11
11
| 1261 |[Find Elements in a Contaminated Binary Tree](<https://leetcode.com/problems/find-elements-in-a-contaminated-binary-tree>)| Medium | Daily |[solution](<_1261. Find Elements in a Contaminated Binary Tree.md>)| py | Feb 21, 2025 |
12
12
| 1415 |[The k-th Lexicographical String of All Happy Strings of Length n](<https://leetcode.com/problems/the-k-th-lexicographical-string-of-all-happy-strings-of-length-n>)| Medium | Daily |[solution](<_1415. The k-th Lexicographical String of All Happy Strings of Length n.md>)| py | Feb 19, 2025 |
0 commit comments