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
@@ -543,7 +543,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
543
543
| 2196 |[Create Binary Tree From Descriptions](<https://leetcode.com/problems/create-binary-tree-from-descriptions>)| Medium | Daily |[solution](<markdowns/_2196. Create Binary Tree From Descriptions.md>)| py |
544
544
| 2206 |[Divide Array Into Equal Pairs](<https://leetcode.com/problems/divide-array-into-equal-pairs>)| Easy | Daily |[solution](<markdowns/_2206. Divide Array Into Equal Pairs.md>)| c, py |
545
545
| 2211 |[Count Collisions on a Road](<https://leetcode.com/problems/count-collisions-on-a-road>)| Medium ||[solution](<markdowns/_2211. Count Collisions on a Road.md>)| py |
546
-
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium ||[solution](<markdowns/_2221. Find Triangular Sum of an Array.md>)| c, java|
546
+
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium |Daily|[solution](<markdowns/_2221. Find Triangular Sum of an Array.md>)| c, java, py|
547
547
| 2225 |[Find Players With Zero or One Losses](<https://leetcode.com/problems/find-players-with-zero-or-one-losses>)| Medium ||[solution](<markdowns/_2225. Find Players With Zero or One Losses.md>)| java |
548
548
| 2248 |[Intersection of Multiple Arrays](<https://leetcode.com/problems/intersection-of-multiple-arrays>)| Easy ||[solution](<markdowns/_2248. Intersection of Multiple Arrays.md>)| py |
549
549
| 2258 |[Escape the Spreading Fire](<https://leetcode.com/problems/escape-the-spreading-fire>)| Hard ||[solution](<markdowns/_2258. Escape the Spreading Fire.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
|[7](<_1304. Find N Unique Integers Sum up to Zero.md>)|[8](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>)| 9 | 10 |[11](<_2785. Sort Vowels in a String.md>)|[12](<_3227. Vowels Game in a String.md>)|[13](<_3541. Find Most Frequent Vowel and Consonant.md>)|
12
12
| 14 |[15](<_1935. Maximum Number of Words You Can Type.md>)| 16 | 17 | 18 | 19 | 20 |
13
13
| 21 | 22 |[23](<_165. Compare Version Numbers.md>)|[24](<_166. Fraction to Recurring Decimal.md>)|[25](<_120. Triangle.md>)|[26](<_611. Valid Triangle Number.md>)|[27](<_812. Largest Triangle Area.md>)|
14
-
|[28](<_976. Largest Perimeter Triangle.md>)| 29 |30 |||||
14
+
|[28](<_976. Largest Perimeter Triangle.md>)| 29 |[30](<_2221. Find Triangular Sum of an Array.md>)|||||
15
15
16
16
17
17
18
18
| # | Title | Level | Cats | Solution | Languages | Date Complete |
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium | Daily |[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java, py | Sep 30, 2025 |
@@ -381,5 +382,5 @@ Dates are for the date I completed the question so due to the my time zone and h
381
382
|[7](<_1304. Find N Unique Integers Sum up to Zero.md>)|[8](<_1317. Convert Integer to the Sum of Two No-Zero Integers.md>)| 9 | 10 |[11](<_2785. Sort Vowels in a String.md>)|[12](<_3227. Vowels Game in a String.md>)|[13](<_3541. Find Most Frequent Vowel and Consonant.md>)|
382
383
| 14 |[15](<_1935. Maximum Number of Words You Can Type.md>)| 16 | 17 | 18 | 19 | 20 |
383
384
| 21 | 22 |[23](<_165. Compare Version Numbers.md>)|[24](<_166. Fraction to Recurring Decimal.md>)|[25](<_120. Triangle.md>)|[26](<_611. Valid Triangle Number.md>)|[27](<_812. Largest Triangle Area.md>)|
384
-
|[28](<_976. Largest Perimeter Triangle.md>)| 29 |30 |||||
385
+
|[28](<_976. Largest Perimeter Triangle.md>)| 29 |[30](<_2221. Find Triangular Sum of an Array.md>)|||||
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
@@ -336,7 +336,7 @@
336
336
| 2192 |[All Ancestors of a Node in a Directed Acyclic Graph](<https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph>)| Medium | Daily |[solution](<_2192. All Ancestors of a Node in a Directed Acyclic Graph.md>)| java, py | Jun 29, 2024 |
337
337
| 2196 |[Create Binary Tree From Descriptions](<https://leetcode.com/problems/create-binary-tree-from-descriptions>)| Medium | Daily |[solution](<_2196. Create Binary Tree From Descriptions.md>)| py | Jul 15, 2024 |
338
338
| 2211 |[Count Collisions on a Road](<https://leetcode.com/problems/count-collisions-on-a-road>)| Medium ||[solution](<_2211. Count Collisions on a Road.md>)| py | Jul 14, 2024 |
339
-
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium ||[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java| Jun 27, 2024 |
339
+
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium |Daily|[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java, py| Jun 27, 2024 |
340
340
| 2225 |[Find Players With Zero or One Losses](<https://leetcode.com/problems/find-players-with-zero-or-one-losses>)| Medium ||[solution](<_2225. Find Players With Zero or One Losses.md>)| java | Jun 24, 2024 |
341
341
| 2265 |[Count Nodes Equal to Average of Subtree](<https://leetcode.com/problems/count-nodes-equal-to-average-of-subtree>)| Medium ||[solution](<_2265. Count Nodes Equal to Average of Subtree.md>)| js, py | Jun 07, 2024 |
342
342
| 2268 |[Minimum Number of Keypresses](<https://leetcode.com/problems/minimum-number-of-keypresses>)| Medium ||[solution](<_2268. Minimum Number of Keypresses.md>)| py | Jul 05, 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
@@ -241,6 +241,7 @@ Calculations are based on the code files's byte sizes.
241
241
| 141 |[Linked List Cycle](<https://leetcode.com/problems/linked-list-cycle>)| Easy | B75, N150 |[solution](<_141. Linked List Cycle.md>)| c, py | Jun 04, 2024 |
242
242
| 61 |[Rotate List](<https://leetcode.com/problems/rotate-list>)| Medium ||[solution](<_61. Rotate List.md>)| py | Jun 22, 2024 |
243
243
| 2852 |[Sum of Remoteness of All Cells](<https://leetcode.com/problems/sum-of-remoteness-of-all-cells>)| Medium | Weekly Premium |[solution](<_2852. Sum of Remoteness of All Cells.md>)| py | Jan 23, 2025 |
244
+
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium | Daily |[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java, py | Jun 27, 2024 |
| 2954 |[Count the Number of Infection Sequences](<https://leetcode.com/problems/count-the-number-of-infection-sequences>)| Hard ||[solution](<_2954. Count the Number of Infection Sequences.md>)| py | Jun 26, 2024 |
246
247
| 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 |
@@ -490,7 +491,6 @@ Calculations are based on the code files's byte sizes.
490
491
| 503 |[Next Greater Element II](<https://leetcode.com/problems/next-greater-element-ii>)| Medium ||[solution](<_503. Next Greater Element II.md>)| py | Jul 05, 2024 |
491
492
| 345 |[Reverse Vowels of a String](<https://leetcode.com/problems/reverse-vowels-of-a-string>)| Easy ||[solution](<_345. Reverse Vowels of a String.md>)| py | May 23, 2024 |
| 2221 |[Find Triangular Sum of an Array](<https://leetcode.com/problems/find-triangular-sum-of-an-array>)| Medium ||[solution](<_2221. Find Triangular Sum of an Array.md>)| c, java | Jun 27, 2024 |
494
494
| 326 |[Power of Three](<https://leetcode.com/problems/power-of-three>)| Easy | Daily |[solution](<_326. Power of Three.md>)| py | Mar 04, 2025 |
495
495
| 3239 | Biweekly Contest 136 - q2 - [Minimum Number of Flips to Make Binary Grid Palindromic I](<https://leetcode.com/problems/minimum-number-of-flips-to-make-binary-grid-palindromic-i>)| Medium | Contest |[solution](<_3239. Minimum Number of Flips to Make Binary Grid Palindromic I.md>)| py | Aug 03, 2024 |
496
496
| 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 |
0 commit comments