Package com.jgalgo.example
Class EdgeIterationExample
java.lang.Object
com.jgalgo.example.EdgeIterationExample
This example demonstrates how to iterate over the edges of a graph.
- Author:
- Barak Ugav
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
This example demonstrates how to iterate over the edges of a graph.static void
Main function that runs the examples.
-
Method Details
-
edgeIterationExample
public static void edgeIterationExample()This example demonstrates how to iterate over the edges of a graph. -
main
Main function that runs the examples.- Parameters:
args
- main args
-