File tree
64 files changed
+2552
-688
lines changed- solution
- 0000-0099
- 0053.Maximum Subarray
- 0074.Search a 2D Matrix
- 0200-0299/0239.Sliding Window Maximum
- 0400-0499/0416.Partition Equal Subset Sum
- 0800-0899
- 0855.Exam Room
- 0886.Possible Bipartition
- 1300-1399/1317.Convert Integer to the Sum of Two No-Zero Integers
- 2200-2299/2208.Minimum Operations to Halve Array Sum
- 2300-2399
- 2355.Maximum Number of Books You Can Take
- 2356.Number of Unique Subjects Taught by Each Teacher
- 2362.Generate the Invoice
- 2371.Minimize Maximum Value in a Grid
- 2377.Sort the Olympic Table
- 2378.Choose Edges to Maximize Score in a Tree
- 2388.Change Null Values in a Table to the Previous Value
- 2393.Count Strictly Increasing Subarrays
- 2394.Employees With Deductions
- 2400-2499
- 2403.Minimum Time to Kill All Monsters
- 2408.Design SQL
- 2417.Closest Fair Integer
- 2422.Merge Operations to Turn Array Into a Palindrome
- 2431.Maximize Total Tastiness of Purchased Fruits
- 2436.Minimum Split Into Subarrays With GCD Greater Than One
- 2445.Number of Nodes With Value One
- 2450.Number of Distinct Binary Strings After Applying Operations
- 2464.Minimum Subarrays in a Valid Split
- 2473.Minimum Cost to Buy Apples
- 2474.Customers With Strictly Increasing Purchases
- 2480.Form a Chemical Bond
- 2489.Number of Substrings With Fixed Ratio
- 2494.Merge Overlapping Events in the Same Hall
- 2500-2599
- 2504.Concatenate the Name and the Profession
- 2520.Count the Digits That Divide a Number
- 2521.Distinct Prime Factors of Product of Array
- 2522.Partition String Into Substrings With Values at Most K
- 2523.Closest Prime Numbers in Range
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+2552
-688
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
|
0 commit comments