Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 441 Bytes

dijkstra.md

File metadata and controls

13 lines (11 loc) · 441 Bytes

Dijkstra

Similar questions can be solved by Dijkstra method:

  1. Network Delay Time
  2. Minimum Obstacle Removal to Reach Corner
  3. Cheapest Flights Within K Stops
  4. Path with Maximum Probability
  5. Number of Ways to Arrive at Destination
  6. Second Minimum Time to Reach Destination
  7. Find the City With the Smallest Number of Neighbors at a Threshold Distance
  8. Swim in Rising Water
  9. Path With Minimum Effort