Package com.jgalgo.example
Class ShortestPathExample
- java.lang.Object
-
- com.jgalgo.example.ShortestPathExample
-
public class ShortestPathExample extends Object
This example demonstrates how to use the single-source shortest path algorithm.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
shortestPathExample()
This example demonstrates how to use the single-source shortest path algorithm.
-
-
-
Method Detail
-
shortestPathExample
public static void shortestPathExample()
This example demonstrates how to use the single-source shortest path algorithm.
-
main
public static void main(String[] args)
-
-