Question: 11. Using Dijkstras algorithm, find a shorter route from New York to Chicago using the mileages given in the adjacency matrix below. The value infinity
11. Using Dijkstra’s algorithm, find a shorter route from New York to Chicago using the mileages given in the adjacency matrix below. The value “infinity” (∞) indicates no direct connection between two given cities.

Albany Buffalo Chicago Cleveland Erie New York Pittsburgh St. Louis Albany 0 290 00 0 00 155 450 00 Buffalo 290 0 00 00 100 400 00 00 Chicago 00 00 0 350 00 00 00 300 Cleveland 00 00 350 0 100 00 135 560 Erie 00 100 8 100 0 00 130 00 New York 155 400 00 00 00 0 00 00 Pittsburgh 450 00 00 135 130 00 0 St. Louis 00 00 300 560 00 00 00 8 O 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
