Challenge: Dijkstra's Source-Target Shortest Path
3.2 · Challenge

Challenge: Dijkstra's Source-Target Shortest Path

In the previous module, you learned that there are 206 shortest unweighted paths from Nashville to Phuket.

In this challenge, you will use the Full definition for Dijkstra's algorithm (opens in a new tab)An algorithm that finds the cheapest route between two nodes. shortest path algorithm to recommend the shortest weighted path between the two airports based on the flight distance.