Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Cycle Class
Cycle Constructor
Cycle Properties
Cycle Methods
Cycle Constructor
Determines whether the undirected graph
G
has a cycle and, if so, finds such a cycle.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Cycle
(
Graph
G
)
Parameters
G
Type:
Algs4Net
Graph
the undirected graph
See Also
Reference
Cycle Class
Algs4Net Namespace