Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
EulerianPath Class
EulerianPath Constructor
EulerianPath Properties
EulerianPath Methods
EulerianPath Constructor
Computes an Eulerian path in the specified graph, if one exists.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
EulerianPath
(
Graph
G
)
Parameters
G
Type:
Algs4Net
Graph
the graph
See Also
Reference
EulerianPath Class
Algs4Net Namespace