public abstract class BreadthFirstSearch extends XFirstSearch
| Constructor and Description |
|---|
BreadthFirstSearch() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(EdgeExplorer explorer,
int startNode) |
checkAdjacent, createBitSet, goFurtherpublic void start(EdgeExplorer explorer, int startNode)
start in class XFirstSearchCopyright © 2012–2020. All rights reserved.