About

How to identify the path that best meets some criteria (shortest, cheapest, fastest, etc) between two points in a large network.

On not taking the shortest path…

Algo

Graph - Dijkstra's algorithm (Shortest-Path First - SPF)

Viz

Library

Documentation / Reference