Friday, December 10, 2021

"Finding Your Way: Shortest Paths on Networks"

Another article of mine just came out in final form. Here are some details.

Title: Finding Your Way: Shortest Paths on Networks

Authors: Teresa Rexin and Mason A. Porter

Abstract: Traveling to different destinations is a major part of our lives. We visit a variety of locations both during our daily lives and when we are on vacation. How can we find the best way to navigate from one place to another? Perhaps we can test all of the different ways of traveling between two places, but another method is to use mathematics and computation to find a shortest path between them. In this article, we discuss how to construct shortest paths and introduce Dijkstra’s algorithm to minimize the total cost of a path, where the cost may be the travel distance, the travel time, or some other quantity. We also discuss how to use shortest paths in the real world to save time and increase traveling efficiency.

No comments: