File tree
63 files changed
+483
-141
lines changed- solutions
- 1042. Flower Planting With No Adjacent
- 1059. All Paths from Source Lead to Destination
- 1129. Shortest Path with Alternating Colors
- 1136. Parallel Courses
- 1192. Critical Connections in a Network
- 1319. Number of Operations to Make Network Connected
- 1443. Minimum Time to Collect All Apples in a Tree
- 1466. Reorder Routes to Make All Paths Lead to the City Zero
- 1514. Path with Maximum Probability
- 1519. Number of Nodes in the Sub-Tree With the Same Label
- 1548. The Most Similar Path in a Graph
- 1786. Number of Restricted Paths From First to Last Node
- 1857. Largest Color Value in a Directed Graph
- 1928. Minimum Cost to Reach Destination in Time
- 2039. The Time When the Network Becomes Idle
- 2050. Parallel Courses III
- 2065. Maximum Path Quality of a Graph
- 2101. Detonate the Maximum Bombs
- 2127. Maximum Employees to Be Invited to a Meeting
- 2184. Number of Ways to Build Sturdy Brick Wall
- 2204. Distance to a Cycle in Undirected Graph
- 2246. Longest Path With Different Adjacent Characters
- 2247. Maximum Cost of Trip With K Highways
- 2316. Count Unreachable Pairs of Nodes in an Undirected Graph
- 2378. Choose Edges to Maximize Score in a Tree
- 2473. Minimum Cost to Buy Apples
- 2492. Minimum Score of a Path Between Two Cities
- 2497. Maximum Star Sum of a Graph
- 2608. Shortest Cycle in a Graph
- 261. Graph Valid Tree
- 2642. Design Graph With Shortest Path Calculator
- 2846. Minimum Edge Weight Equilibrium Queries in a Tree
- 2920. Maximum Points After Collecting Coins From All Nodes
- 3123. Find Edges in Shortest Paths
- 323. Number of Connected Components in an Undirected Graph
- 3249. Count the Number of Good Nodes
- 3310. Remove Methods From Project
- 3367. Maximize Sum of Weights after Edge Removals
- 3544. Subtree Inversion Sum
- 3547. Maximum Sum of Edge Values in a Graph
- 3553. Minimum Weighted Subgraph With the Required Paths II
- 3556. Sum of Largest Prime Substrings
- 3557. Find Maximum Number of Non Intersecting Substrings
- 3558. Number of Ways to Assign Edge Weights I
- 3559. Number of Ways to Assign Edge Weights II
- 3560. Find Minimum Log Transportation Cost
- 3561. Resulting String After Adjacent Removals
- 444. Sequence Reconstruction
- 851. Loud and Rich
- 882. Reachable Nodes In Subdivided Graph
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+483
-141
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 |
| - | |
470 |
| - | |
471 |
| - | |
| 469 | + | |
472 | 470 |
| |
473 | 471 |
| |
474 | 472 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 5 | + | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 7 | + | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 11 | + | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 5 | + | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 9 | + | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 5 | + | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 10 | + | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
|
0 commit comments