743. Network Delay Time https://leetcode.com/problems/network-delay-time
1631. Path With Minimum Effort https://leetcode.com/problems/path-with-minimum-effort
1514. Path with Maximum Probability https://leetcode.com/problems/path-with-maximum-probability
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
787. Cheapest Flights Within K Stops https://leetcode.com/problems/cheapest-flights-within-k-stops
Prerequisites
Before reading this article, you need to learn:
The previous articles introduced the code implementation of Dijkstra's algorithm. Now let's practice.
We will first solve some standard shortest path problems, then move on to shortest path problems with additional constraints.