| GraphGeneratorEulerianPath Method | 
             Returns an Eulerian path graph on V vertices.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic static Graph EulerianPath(
	int V,
	int E
)
Parameters
- V
- Type: SystemInt32
 the number of vertices in the path
- E
- Type: SystemInt32
 the number of edges in the path
Return Value
Type: 
Grapha graph that is an Eulerian path on 
V vertices
                    and 
E edges
 Exceptions
Exceptions See Also
See Also