public abstract class DepthFirstSearch extends XFirstSearch
| Constructor and Description | 
|---|
| DepthFirstSearch() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | start(EdgeExplorer explorer,
     int startNode)beginning with startNode add all following nodes to LIFO queue. | 
checkAdjacent, createBitSet, goFurtherpublic void start(EdgeExplorer explorer, int startNode)
start in class XFirstSearchCopyright © 2012–2020. All rights reserved.