search

override fun search(graph: Graph<T, W>, source: Node<T>): Sequence<Visit<T, S>>

Lazily traverses graph from source, repeatedly delegating to selectNextVisit to pick which fringe entry to explore next, until the fringe is empty.