Skip to content

Commit a9f9b11

Browse files
Zanger67/leetcodeZanger67/leetcode
authored andcommitted
Updated markdown files
1 parent 4178883 commit a9f9b11

File tree

8 files changed

+90
-13
lines changed

8 files changed

+90
-13
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (618 solved)
1+
# **[LeetCode Records](https://leetcode.com/u/Zanger/)** (619 solved)
22

33
<!-- This readme was generated using [WikiLeet](<https://github.com/Zanger67/WikiLeet>) -->
44

@@ -599,6 +599,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
599599
| 2807 | [Insert Greatest Common Divisors in Linked List](<https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list>) | Medium | Daily | [solution](<markdowns/_2807. Insert Greatest Common Divisors in Linked List.md>) | py |
600600
| 2816 | [Double a Number Represented as a Linked List](<https://leetcode.com/problems/double-a-number-represented-as-a-linked-list>) | Medium | | [solution](<markdowns/_2816. Double a Number Represented as a Linked List.md>) | c |
601601
| 2852 | [Sum of Remoteness of All Cells](<https://leetcode.com/problems/sum-of-remoteness-of-all-cells>) | Medium | Weekly Premium | [solution](<markdowns/_2852. Sum of Remoteness of All Cells.md>) | py |
602+
| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<markdowns/_2873. Maximum Value of an Ordered Triplet I.md>) | py |
602603
| 2886 | [Change Data Type](<https://leetcode.com/problems/change-data-type>) | Easy | | [solution](<markdowns/_2886. Change Data Type.md>) | py |
603604
| 2894 | [Divisible and Non-divisible Sums Difference](<https://leetcode.com/problems/divisible-and-non-divisible-sums-difference>) | Easy | | [solution](<markdowns/_2894. Divisible and Non-divisible Sums Difference.md>) | py |
604605
| 2942 | [Find Words Containing Character](<https://leetcode.com/problems/find-words-containing-character>) | Easy | | [solution](<markdowns/_2942. Find Words Containing Character.md>) | c |

markdowns/Daily_Questions.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
Dates are for the date I completed the question so due to the my time zone and how it lines up with UTC, it may be off by a day.
66

7-
### March 2025
8-
| Su | Mo | Tu | We | Th | Fr | Sa |
9-
|-------------------------------------------------------:|---------------------------------------------------------------------------------:|-----------------------------------------------------------------------:|----------------------------------------------------------------------------------:|--------------------------------------------------:|------------------------------------------------:|--------------------------------------------------------------------:|
10-
| | | | | | | [1](<_2460. Apply Operations to an Array.md>) |
11-
| [2](<_2570. Merge Two 2D Arrays by Summing Values.md>) | [3](<_2161. Partition Array According to Given Pivot.md>) | [4](<_1780. Check if Number is a Sum of Powers of Three.md>) | [5](<_2579. Count Total Number of Colored Cells.md>) | [6](<_2965. Find Missing and Repeated Values.md>) | [7](<_2523. Closest Prime Numbers in Range.md>) | [8](<_2379. Minimum Recolors to Get K Consecutive Black Blocks.md>) |
12-
| 9 | [10](<_3306. Count of Substrings Containing Every Vowel and K Consonants II.md>) | [11](<_1358. Number of Substrings Containing All Three Characters.md>) | [12](<_2529. Maximum Count of Positive Integer and Negative Integer.md>) | 13 | 14 | 15 |
13-
| [16](<_2594. Minimum Time to Repair Cars.md>) | [17](<_2206. Divide Array Into Equal Pairs.md>) | 18 | [19](<_3191. Minimum Operations to Make Binary Array Elements Equal to One I.md>) | 20 | 21 | 22 |
14-
| 23 | [24](<_3169. Count Days Without Meetings.md>) | 25 | 26 | 27 | 28 | 29 |
15-
| 30 | 31 | | | | | |
7+
### April 2025
8+
| Su | Mo | Tu | We | Th | Fr | Sa |
9+
|-----:|-----:|-----:|-------------------------------------------------------:|-----:|-----:|-----:|
10+
| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 |
11+
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
12+
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
13+
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
14+
| 27 | 28 | 29 | 30 | | | |
1615

1716

1817

1918
| # | Title | Level | Cats | Solution | Languages | Date Complete |
2019
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
20+
| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<_2873. Maximum Value of an Ordered Triplet I.md>) | py | Apr 02, 2025 |
2121
| 3169 | Weekly Contest 400 - q2 - [Count Days Without Meetings](<https://leetcode.com/problems/count-days-without-meetings>) | Medium | Contest, Daily | [solution](<_3169. Count Days Without Meetings.md>) | py | Mar 24, 2025 |
2222
| 3191 | [Minimum Operations to Make Binary Array Elements Equal to One I](<https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-i>) | Medium | Daily | [solution](<_3191. Minimum Operations to Make Binary Array Elements Equal to One I.md>) | java | Mar 19, 2025 |
2323
| 2206 | [Divide Array Into Equal Pairs](<https://leetcode.com/problems/divide-array-into-equal-pairs>) | Easy | Daily | [solution](<_2206. Divide Array Into Equal Pairs.md>) | c, py | Mar 17, 2025 |
@@ -272,3 +272,13 @@ Dates are for the date I completed the question so due to the my time zone and h
272272
| 23 | [24](<_3169. Count Days Without Meetings.md>) | 25 | 26 | 27 | 28 | 29 |
273273
| 30 | 31 | | | | | |
274274

275+
276+
### April 2025
277+
| Su | Mo | Tu | We | Th | Fr | Sa |
278+
|-----:|-----:|-----:|-------------------------------------------------------:|-----:|-----:|-----:|
279+
| | | 1 | [2](<_2873. Maximum Value of an Ordered Triplet I.md>) | 3 | 4 | 5 |
280+
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
281+
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
282+
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
283+
| 27 | 28 | 29 | 30 | | | |
284+

markdowns/Easy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Easy Questions (179)
1+
# Easy Questions (180)
22

33
*[Back to top](<../README.md>)*
44

@@ -164,6 +164,7 @@
164164
| 2704 | [To Be Or Not To Be](<https://leetcode.com/problems/to-be-or-not-to-be>) | Easy | | [solution](<_2704. To Be Or Not To Be.md>) | js | Jul 09, 2024 |
165165
| 2723 | [Add Two Promises](<https://leetcode.com/problems/add-two-promises>) | Easy | | [solution](<_2723. Add Two Promises.md>) | js | Jul 09, 2024 |
166166
| 2796 | [Repeat String](<https://leetcode.com/problems/repeat-string>) | Easy | | [solution](<_2796. Repeat String.md>) | js | Jul 09, 2024 |
167+
| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<_2873. Maximum Value of an Ordered Triplet I.md>) | py | Apr 02, 2025 |
167168
| 2886 | [Change Data Type](<https://leetcode.com/problems/change-data-type>) | Easy | | [solution](<_2886. Change Data Type.md>) | py | May 30, 2024 |
168169
| 2894 | [Divisible and Non-divisible Sums Difference](<https://leetcode.com/problems/divisible-and-non-divisible-sums-difference>) | Easy | | [solution](<_2894. Divisible and Non-divisible Sums Difference.md>) | py | May 22, 2024 |
169170
| 2942 | [Find Words Containing Character](<https://leetcode.com/problems/find-words-containing-character>) | Easy | | [solution](<_2942. Find Words Containing Character.md>) | c | Jun 06, 2024 |

markdowns/Questions_By_Code_Length.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ Calculations are based on the code files's byte sizes.
305305
| 1701 | [Average Waiting Time](<https://leetcode.com/problems/average-waiting-time>) | Medium | Daily | [solution](<_1701. Average Waiting Time.md>) | js, py | Jul 09, 2024 |
306306
| 2704 | [To Be Or Not To Be](<https://leetcode.com/problems/to-be-or-not-to-be>) | Easy | | [solution](<_2704. To Be Or Not To Be.md>) | js | Jul 09, 2024 |
307307
| 3189 | [Minimum Moves to Get a Peaceful Board](<https://leetcode.com/problems/minimum-moves-to-get-a-peaceful-board>) | Medium | Weekly Premium | [solution](<_3189. Minimum Moves to Get a Peaceful Board.md>) | py | Aug 20, 2024 |
308+
| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<_2873. Maximum Value of an Ordered Triplet I.md>) | py | Apr 02, 2025 |
308309
| 695 | [Max Area of Island](<https://leetcode.com/problems/max-area-of-island>) | Medium | N150 | [solution](<_695. Max Area of Island.md>) | c | Jun 24, 2024 |
309310
| 25 | [Reverse Nodes in k-Group](<https://leetcode.com/problems/reverse-nodes-in-k-group>) | Hard | N150 | [solution](<_25. Reverse Nodes in k-Group.md>) | c | Jun 07, 2024 |
310311
| 1910 | [Remove All Occurrences of a Substring](<https://leetcode.com/problems/remove-all-occurrences-of-a-substring>) | Medium | Daily | [solution](<_1910. Remove All Occurrences of a Substring.md>) | py | Feb 11, 2025 |

markdowns/Questions_By_Recent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Calculations are based on the date of the first solve.
66

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------|:----------------------------------------------------------------------------------------------------|:--------------------------------------------|:----------------|
9+
| 2873 | [Maximum Value of an Ordered Triplet I](<https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i>) | Easy | Daily | [solution](<_2873. Maximum Value of an Ordered Triplet I.md>) | py | Apr 02, 2025 |
910
| 1055 | [Shortest Way to Form String](<https://leetcode.com/problems/shortest-way-to-form-string>) | Medium | Weekly Premium | [solution](<_1055. Shortest Way to Form String.md>) | py | Mar 30, 2025 |
1011
| 2594 | [Minimum Time to Repair Cars](<https://leetcode.com/problems/minimum-time-to-repair-cars>) | Medium | Daily | [solution](<_2594. Minimum Time to Repair Cars.md>) | py | Mar 16, 2025 |
1112
| 266 | [Palindrome Permutation](<https://leetcode.com/problems/palindrome-permutation>) | Easy | Weekly Premium | [solution](<_266. Palindrome Permutation.md>) | py | Mar 15, 2025 |

markdowns/Topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
------
66

7-
- [Array](<by_topic/Array.md>) (303 completed)
7+
- [Array](<by_topic/Array.md>) (304 completed)
88
- [String](<by_topic/String.md>) (146 completed)
99
- [Hash Table](<by_topic/Hash Table.md>) (138 completed)
1010
- [Depth-First Search](<by_topic/Depth-First Search.md>) (103 completed)

0 commit comments

Comments
 (0)