Package com.jgalgo.example
Class ShortestPathExample
java.lang.Object
com.jgalgo.example.ShortestPathExample
This example demonstrates how to use the single-source shortest path algorithm.
- Author:
- Barak Ugav
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Main function that runs the examples.static void
This example demonstrates how to use the single-source shortest path algorithm.
-
Method Details
-
shortestPathExample
public static void shortestPathExample()This example demonstrates how to use the single-source shortest path algorithm. -
main
Main function that runs the examples.- Parameters:
args
- main args
-