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