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