Skip to content

Commit 4cff5d9

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 823ab7b commit 4cff5d9

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
337337
| 1229 | [Meeting Scheduler](<https://leetcode.com/problems/meeting-scheduler>) | Medium | Weekly Premium | [solution](<markdowns/_1229. Meeting Scheduler.md>) | py |
338338
| 1230 | [Toss Strange Coins](<https://leetcode.com/problems/toss-strange-coins>) | Medium | Weekly Premium | [solution](<markdowns/_1230. Toss Strange Coins.md>) | c, java, py |
339339
| 1232 | [Check If It Is a Straight Line](<https://leetcode.com/problems/check-if-it-is-a-straight-line>) | Easy | | [solution](<markdowns/_1232. Check If It Is a Straight Line.md>) | py |
340-
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | | [solution](<markdowns/_1233. Remove Sub-Folders from the Filesystem.md>) | py |
340+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<markdowns/_1233. Remove Sub-Folders from the Filesystem.md>) | py |
341341
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](<https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters>) | Medium | | [solution](<markdowns/_1239. Maximum Length of a Concatenated String with Unique Characters.md>) | py |
342342
| 1248 | [Count Number of Nice Subarrays](<https://leetcode.com/problems/count-number-of-nice-subarrays>) | Medium | Daily | [solution](<markdowns/_1248. Count Number of Nice Subarrays.md>) | py |
343343
| 1249 | [Minimum Remove to Make Valid Parentheses](<https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses>) | Medium | | [solution](<markdowns/_1249. Minimum Remove to Make Valid Parentheses.md>) | py |

markdowns/Daily_Questions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Dates are for the date I completed the question so due to the my time zone and h
66

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
9+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Oct 25, 2024 |
910
| 951 | [Flip Equivalent Binary Trees](<https://leetcode.com/problems/flip-equivalent-binary-trees>) | Medium | Daily | [solution](<_951. Flip Equivalent Binary Trees.md>) | py | Oct 24, 2024 |
1011
| 2583 | [Kth Largest Sum in a Binary Tree](<https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree>) | Medium | Daily | [solution](<_2583. Kth Largest Sum in a Binary Tree.md>) | py | Oct 22, 2024 |
1112
| 921 | [Minimum Add to Make Parentheses Valid](<https://leetcode.com/problems/minimum-add-to-make-parentheses-valid>) | Medium | Daily | [solution](<_921. Minimum Add to Make Parentheses Valid.md>) | java, py | Oct 09, 2024 |

markdowns/Medium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
| 1218 | [Longest Arithmetic Subsequence of Given Difference](<https://leetcode.com/problems/longest-arithmetic-subsequence-of-given-difference>) | Medium | | [solution](<_1218. Longest Arithmetic Subsequence of Given Difference.md>) | py | May 31, 2024 |
193193
| 1229 | [Meeting Scheduler](<https://leetcode.com/problems/meeting-scheduler>) | Medium | Weekly Premium | [solution](<_1229. Meeting Scheduler.md>) | py | Sep 10, 2024 |
194194
| 1230 | [Toss Strange Coins](<https://leetcode.com/problems/toss-strange-coins>) | Medium | Weekly Premium | [solution](<_1230. Toss Strange Coins.md>) | c, java, py | Jul 29, 2024 |
195-
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
195+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
196196
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](<https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters>) | Medium | | [solution](<_1239. Maximum Length of a Concatenated String with Unique Characters.md>) | py | Jun 29, 2024 |
197197
| 1248 | [Count Number of Nice Subarrays](<https://leetcode.com/problems/count-number-of-nice-subarrays>) | Medium | Daily | [solution](<_1248. Count Number of Nice Subarrays.md>) | py | Jun 22, 2024 |
198198
| 1249 | [Minimum Remove to Make Valid Parentheses](<https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses>) | Medium | | [solution](<_1249. Minimum Remove to Make Valid Parentheses.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
@@ -393,7 +393,7 @@ Calculations are based on the code files's byte sizes.
393393
| 2053 | [Kth Distinct String in an Array](<https://leetcode.com/problems/kth-distinct-string-in-an-array>) | Easy | Daily | [solution](<_2053. Kth Distinct String in an Array.md>) | py | Aug 05, 2024 |
394394
| 2083 | [Substrings That Begin and End With the Same Letter](<https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter>) | Medium | Weekly Premium | [solution](<_2083. Substrings That Begin and End With the Same Letter.md>) | c, py | Jun 10, 2024 |
395395
| 429 | [N-ary Tree Level Order Traversal](<https://leetcode.com/problems/n-ary-tree-level-order-traversal>) | Medium | | [solution](<_429. N-ary Tree Level Order Traversal.md>) | py | Jul 04, 2024 |
396-
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
396+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
397397
| 2086 | [Minimum Number of Food Buckets to Feed the Hamsters](<https://leetcode.com/problems/minimum-number-of-food-buckets-to-feed-the-hamsters>) | Medium | | [solution](<_2086. Minimum Number of Food Buckets to Feed the Hamsters.md>) | java | Jul 01, 2024 |
398398
| 27 | [Remove Element](<https://leetcode.com/problems/remove-element>) | Easy | | [solution](<_27. Remove Element.md>) | java, py | Jun 02, 2024 |
399399
| 57 | [Insert Interval](<https://leetcode.com/problems/insert-interval>) | Medium | B75, N150 | [solution](<_57. Insert Interval.md>) | py | Jun 19, 2024 |

markdowns/Questions_By_Recent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Calculations are based on the date of the first solve.
265265
| 3043 | [Find the Length of the Longest Common Prefix](<https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix>) | Medium | Daily | [solution](<_3043. Find the Length of the Longest Common Prefix.md>) | py | Jun 28, 2024 |
266266
| 2285 | [Maximum Total Importance of Roads](<https://leetcode.com/problems/maximum-total-importance-of-roads>) | Medium | Daily | [solution](<_2285. Maximum Total Importance of Roads.md>) | c, cpp, java, py | Jun 28, 2024 |
267267
| 1282 | [Group the People Given the Group Size They Belong To](<https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to>) | Medium | | [solution](<_1282. Group the People Given the Group Size They Belong To.md>) | py | Jun 28, 2024 |
268-
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
268+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
269269
| 1166 | [Design File System](<https://leetcode.com/problems/design-file-system>) | Medium | | [solution](<_1166. Design File System.md>) | py | Jun 28, 2024 |
270270
| 79 | [Word Search](<https://leetcode.com/problems/word-search>) | Medium | B75, N150 | [solution](<_79. Word Search.md>) | py | Jun 27, 2024 |
271271
| 720 | [Longest Word in Dictionary](<https://leetcode.com/problems/longest-word-in-dictionary>) | Medium | | [solution](<_720. Longest Word in Dictionary.md>) | py | Jun 27, 2024 |

markdowns/by_topic/Array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
| 1229 | [Meeting Scheduler](<https://leetcode.com/problems/meeting-scheduler>) | Medium | Weekly Premium | [solution](<../_1229. Meeting Scheduler.md>) | py | Sep 10, 2024 |
139139
| 1230 | [Toss Strange Coins](<https://leetcode.com/problems/toss-strange-coins>) | Medium | Weekly Premium | [solution](<../_1230. Toss Strange Coins.md>) | c, java, py | Jul 29, 2024 |
140140
| 1232 | [Check If It Is a Straight Line](<https://leetcode.com/problems/check-if-it-is-a-straight-line>) | Easy | | [solution](<../_1232. Check If It Is a Straight Line.md>) | py | Sep 25, 2024 |
141-
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | | [solution](<../_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
141+
| 1233 | [Remove Sub-Folders from the Filesystem](<https://leetcode.com/problems/remove-sub-folders-from-the-filesystem>) | Medium | Daily | [solution](<../_1233. Remove Sub-Folders from the Filesystem.md>) | py | Jun 28, 2024 |
142142
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](<https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters>) | Medium | | [solution](<../_1239. Maximum Length of a Concatenated String with Unique Characters.md>) | py | Jun 29, 2024 |
143143
| 1248 | [Count Number of Nice Subarrays](<https://leetcode.com/problems/count-number-of-nice-subarrays>) | Medium | Daily | [solution](<../_1248. Count Number of Nice Subarrays.md>) | py | Jun 22, 2024 |
144144
| 1252 | [Cells with Odd Values in a Matrix](<https://leetcode.com/problems/cells-with-odd-values-in-a-matrix>) | Easy | | [solution](<../_1252. Cells with Odd Values in a Matrix.md>) | c | Jun 04, 2024 |

0 commit comments

Comments
 (0)