Static findStatic findFinds the shortest path between two nodes using Dijkstra's algorithm
weighted graph as adjacency list
starting node
ending node
object containing the shortest path and its distance, or null if no path exists
Generated using TypeDoc
Finds shortest distances from a start node to all other nodes