Skip to content

Commit d8d219d

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 8c5ebca commit d8d219d

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
449449
| 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 |
450450
| 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 |
451451
| 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 |
453453
| 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 |
454454
| 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 |
455455
| 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 |

markdowns/Daily_Questions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Dates are for the date I completed the question so due to the my time zone and h
1111
| [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>) |
1212
| 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>) |
1313
| [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 | |
1515

1616

1717

1818
| # | Title | Level | Cats | Solution | Languages | Date Complete |
1919
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
20+
| 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 |
2021
| 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 |
2122
| 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 |
2223
| 1980 | [Find Unique Binary String](<https://leetcode.com/problems/find-unique-binary-string>) | Medium | Daily | [solution](<_1980. Find Unique Binary String.md>) | c, py | Feb 20, 2025 |
@@ -240,5 +241,5 @@ Dates are for the date I completed the question so due to the my time zone and h
240241
| [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>) |
241242
| 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>) |
242243
| [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 | |
244245

markdowns/Medium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
| 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 |
274274
| 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 |
275275
| 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 |
277277
| 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 |
278278
| 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 |
279279
| 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 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Calculations are based on the code files's byte sizes.
350350
| 49 | [Group Anagrams](<https://leetcode.com/problems/group-anagrams>) | Medium | B75, N150 | [solution](<_49. Group Anagrams.md>) | py | Jun 13, 2024 |
351351
| 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 |
352352
| 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 |
354354
| 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 |
355355
| 1929 | [Concatenation of Array](<https://leetcode.com/problems/concatenation-of-array>) | Easy | | [solution](<_1929. Concatenation of Array.md>) | c, java, py | Jun 03, 2024 |
356356
| 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 |

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-
| 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 |
1010
| 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 |
1111
| 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 |
1212
| 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

Comments
 (0)