| Package | Description |
|---|---|
| rioko.searchers | |
| rioko.searchers.breadth |
| Modifier and Type | Class and Description |
|---|---|
class |
BreadthSearchIterator<V extends Vertex>
Breadth search algorithm used in graphs of the class
AbstractGraph<V,E>. |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedSearchIterator<V extends Vertex>
Breadth Searcher for graphs where an edge is valid if and only if the current vertex is the source of the edge.
|
class |
UndirectedSearchIterator<V extends Vertex>
Breadth Searcher for graphs where every edge is valid to explore.
|