Problem
Write a computer program, using the language of your choice, that inputs the data for a weighted network graph and computes the least-cost paths using Dijkstra's algorithm. The details of Dijkstra's algorithm can be found in the student online companion for this text.