|
1 |
| -# [Graph](<https://leetcode.com/tag/Graph/>) (15 completed) |
| 1 | +# [Graph](<https://leetcode.com/tag/Graph/>) (16 completed) |
2 | 2 |
|
3 | 3 | *[Back to top](<../../README.md>)*
|
4 | 4 |
|
5 | 5 | ------
|
6 | 6 |
|
7 |
| -| # | Title | Level | Cats | Solution | Languages | Date Complete | |
8 |
| -|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:-------------------------------------------------------------------------------------------------------|:-----------------|:----------------| |
9 |
| -| 684 | [Redundant Connection](<https://leetcode.com/problems/redundant-connection>) | Medium | Daily, N150 | [solution](<../_684. Redundant Connection.md>) | py | Jan 29, 2025 | |
10 |
| -| 743 | [Network Delay Time](<https://leetcode.com/problems/network-delay-time>) | Medium | N150 | [solution](<../_743. Network Delay Time.md>) | java, py | Jul 28, 2024 | |
11 |
| -| 1334 | [Find the City With the Smallest Number of Neighbors at a Threshold Distance](<https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance>) | Medium | Daily | [solution](<../_1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md>) | py | Jul 26, 2024 | |
12 |
| -| 1368 | [Minimum Cost to Make at Least One Valid Path in a Grid](<https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid>) | Hard | Daily | [solution](<../_1368. Minimum Cost to Make at Least One Valid Path in a Grid.md>) | py | Jan 18, 2025 | |
13 |
| -| 1462 | [Course Schedule IV](<https://leetcode.com/problems/course-schedule-iv>) | Medium | Daily | [solution](<../_1462. Course Schedule IV.md>) | py | Jan 27, 2025 | |
14 |
| -| 1579 | [Remove Max Number of Edges to Keep Graph Fully Traversable](<https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable>) | Hard | Daily | [solution](<../_1579. Remove Max Number of Edges to Keep Graph Fully Traversable.md>) | py | Jun 30, 2024 | |
15 |
| -| 1791 | [Find Center of Star Graph](<https://leetcode.com/problems/find-center-of-star-graph>) | Easy | Daily | [solution](<../_1791. Find Center of Star Graph.md>) | c, cpp, java, py | Jun 27, 2024 | |
16 |
| -| 2045 | [Second Minimum Time to Reach Destination](<https://leetcode.com/problems/second-minimum-time-to-reach-destination>) | Hard | Daily | [solution](<../_2045. Second Minimum Time to Reach Destination.md>) | py | Jul 28, 2024 | |
17 |
| -| 2093 | [Minimum Cost to Reach City With Discounts](<https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts>) | Medium | Weekly Premium | [solution](<../_2093. Minimum Cost to Reach City With Discounts.md>) | py | Jul 23, 2024 | |
18 |
| -| 2192 | [All Ancestors of a Node in a Directed Acyclic Graph](<https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph>) | Medium | Daily | [solution](<../_2192. All Ancestors of a Node in a Directed Acyclic Graph.md>) | java, py | Jun 29, 2024 | |
19 |
| -| 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 | |
20 |
| -| 2374 | [Node With Highest Edge Score](<https://leetcode.com/problems/node-with-highest-edge-score>) | Medium | | [solution](<../_2374. Node With Highest Edge Score.md>) | py | Jun 18, 2024 | |
21 |
| -| 2392 | [Build a Matrix With Conditions](<https://leetcode.com/problems/build-a-matrix-with-conditions>) | Hard | Daily | [solution](<../_2392. Build a Matrix With Conditions.md>) | py | Jul 21, 2024 | |
22 |
| -| 2473 | [Minimum Cost to Buy Apples](<https://leetcode.com/problems/minimum-cost-to-buy-apples>) | Medium | | [solution](<../_2473. Minimum Cost to Buy Apples.md>) | py | Jun 29, 2024 | |
23 |
| -| 2976 | [Minimum Cost to Convert String I](<https://leetcode.com/problems/minimum-cost-to-convert-string-i>) | Medium | Daily | [solution](<../_2976. Minimum Cost to Convert String I.md>) | py | Jul 27, 2024 | |
| 7 | +| # | Title | Level | Cats | Solution | Languages | Date Complete | |
| 8 | +|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------|:-------------------------------------------------------------------------------------------------------|:-----------------|:----------------| |
| 9 | +| 261 | [Graph Valid Tree](<https://leetcode.com/problems/graph-valid-tree>) | Medium | B75, N150, Weekly Premium | [solution](<../_261. Graph Valid Tree.md>) | py | Jan 29, 2025 | |
| 10 | +| 684 | [Redundant Connection](<https://leetcode.com/problems/redundant-connection>) | Medium | Daily, N150 | [solution](<../_684. Redundant Connection.md>) | py | Jan 29, 2025 | |
| 11 | +| 743 | [Network Delay Time](<https://leetcode.com/problems/network-delay-time>) | Medium | N150 | [solution](<../_743. Network Delay Time.md>) | java, py | Jul 28, 2024 | |
| 12 | +| 1334 | [Find the City With the Smallest Number of Neighbors at a Threshold Distance](<https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance>) | Medium | Daily | [solution](<../_1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.md>) | py | Jul 26, 2024 | |
| 13 | +| 1368 | [Minimum Cost to Make at Least One Valid Path in a Grid](<https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid>) | Hard | Daily | [solution](<../_1368. Minimum Cost to Make at Least One Valid Path in a Grid.md>) | py | Jan 18, 2025 | |
| 14 | +| 1462 | [Course Schedule IV](<https://leetcode.com/problems/course-schedule-iv>) | Medium | Daily | [solution](<../_1462. Course Schedule IV.md>) | py | Jan 27, 2025 | |
| 15 | +| 1579 | [Remove Max Number of Edges to Keep Graph Fully Traversable](<https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable>) | Hard | Daily | [solution](<../_1579. Remove Max Number of Edges to Keep Graph Fully Traversable.md>) | py | Jun 30, 2024 | |
| 16 | +| 1791 | [Find Center of Star Graph](<https://leetcode.com/problems/find-center-of-star-graph>) | Easy | Daily | [solution](<../_1791. Find Center of Star Graph.md>) | c, cpp, java, py | Jun 27, 2024 | |
| 17 | +| 2045 | [Second Minimum Time to Reach Destination](<https://leetcode.com/problems/second-minimum-time-to-reach-destination>) | Hard | Daily | [solution](<../_2045. Second Minimum Time to Reach Destination.md>) | py | Jul 28, 2024 | |
| 18 | +| 2093 | [Minimum Cost to Reach City With Discounts](<https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts>) | Medium | Weekly Premium | [solution](<../_2093. Minimum Cost to Reach City With Discounts.md>) | py | Jul 23, 2024 | |
| 19 | +| 2192 | [All Ancestors of a Node in a Directed Acyclic Graph](<https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph>) | Medium | Daily | [solution](<../_2192. All Ancestors of a Node in a Directed Acyclic Graph.md>) | java, py | Jun 29, 2024 | |
| 20 | +| 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 | |
| 21 | +| 2374 | [Node With Highest Edge Score](<https://leetcode.com/problems/node-with-highest-edge-score>) | Medium | | [solution](<../_2374. Node With Highest Edge Score.md>) | py | Jun 18, 2024 | |
| 22 | +| 2392 | [Build a Matrix With Conditions](<https://leetcode.com/problems/build-a-matrix-with-conditions>) | Hard | Daily | [solution](<../_2392. Build a Matrix With Conditions.md>) | py | Jul 21, 2024 | |
| 23 | +| 2473 | [Minimum Cost to Buy Apples](<https://leetcode.com/problems/minimum-cost-to-buy-apples>) | Medium | | [solution](<../_2473. Minimum Cost to Buy Apples.md>) | py | Jun 29, 2024 | |
| 24 | +| 2976 | [Minimum Cost to Convert String I](<https://leetcode.com/problems/minimum-cost-to-convert-string-i>) | Medium | Daily | [solution](<../_2976. Minimum Cost to Convert String I.md>) | py | Jul 27, 2024 | |
0 commit comments