DirectedCycleXHasCycle Property |
Does the digraph have a directed cycle?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasCycle { get; }
Return Value
Type:
Booleantrue if the digraph has a directed cycle,
false otherwise
See Also