Package com.jgalgo.example
Class MinimumSpanningTreeExample
java.lang.Object
com.jgalgo.example.MinimumSpanningTreeExample
This example demonstrates how to use the minimum spanning tree 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 minimum spanning tree algorithm.
-
Method Details
-
mstExample
public static void mstExample()This example demonstrates how to use the minimum spanning tree algorithm. -
main
Main function that runs the examples.- Parameters:
args
- main args
-