public class SimpleCycleDetector<T extends java.lang.Comparable<? super T>>
extends java.lang.Object
| Constructor and Description |
|---|
SimpleCycleDetector(DirectedGraph<T> graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCycle()
Checks if the graph contains a cycle.
|
public SimpleCycleDetector(DirectedGraph<T> graph)
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.