public 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, goFurther
public void start(EdgeExplorer explorer, int startNode)
start
in class XFirstSearch
Copyright © 2012–2018. All rights reserved.