Package com.jgalgo.example
Class EdgeIterationExample
- java.lang.Object
-
- com.jgalgo.example.EdgeIterationExample
-
public class EdgeIterationExample extends Object
This example demonstrates how to iterate over the edges of a graph.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
edgeIterationExample()
This example demonstrates how to iterate over the edges of a graph.static void
main(String[] args)
-
-
-
Method Detail
-
edgeIterationExample
public static void edgeIterationExample()
This example demonstrates how to iterate over the edges of a graph.
-
main
public static void main(String[] args)
-
-