Skip to content

Commit 31fbc5a

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committedSep 10, 2024
Updated markdown files
1 parent b2652be commit 31fbc5a

File tree

464 files changed

+537
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

464 files changed

+537
-473
lines changed
 

‎README.md

Lines changed: 5 additions & 4 deletions
Large diffs are not rendered by default.

‎markdowns/Daily_Questions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
| 2807 | [Insert Greatest Common Divisors in Linked List](<https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list>) | Medium | Daily | [solution](<_2807. Insert Greatest Common Divisors in Linked List.md>) | py | Sep 10, 2024 |
10+
| 725 | [Split Linked List in Parts](<https://leetcode.com/problems/split-linked-list-in-parts>) | Medium | Daily | [solution](<_725. Split Linked List in Parts.md>) | py | Sep 08, 2024 |
911
| 1367 | [Linked List in Binary Tree](<https://leetcode.com/problems/linked-list-in-binary-tree>) | Medium | Daily | [solution](<_1367. Linked List in Binary Tree.md>) | py | Sep 07, 2024 |
1012
| 3217 | [Delete Nodes From Linked List Present in Array](<https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array>) | Medium | Daily | [solution](<_3217. Delete Nodes From Linked List Present in Array.md>) | py | Sep 06, 2024 |
1113
| 1945 | [Sum of Digits of String After Convert](<https://leetcode.com/problems/sum-of-digits-of-string-after-convert>) | Easy | Daily | [solution](<_1945. Sum of Digits of String After Convert.md>) | py | Sep 03, 2024 |

0 commit comments

Comments
 (0)
Please sign in to comment.