|
@@ -11,6 +11,7 @@ import java.util.*;
|
|
|
*
|
|
*
|
|
|
* @author Axel Terfloth
|
|
* @author Axel Terfloth
|
|
|
*/
|
|
*/
|
|
|
|
|
+@SuppressWarnings("all")
|
|
|
abstract public class DFS {
|
|
abstract public class DFS {
|
|
|
|
|
|
|
|
/** Indicates whether the algorithm has been performed or not.*/
|
|
/** Indicates whether the algorithm has been performed or not.*/
|