Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Cycle Class
Cycle Properties
HasCycle Property
Cycle
HasCycle Property
Returns true if the graph
G
has a cycle.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
HasCycle
{
get
; }
Return Value
Type:
Boolean
true
if the graph has a cycle;
false
otherwise
See Also
Reference
Cycle Class
Algs4Net Namespace