bfs = reverseBreadthFirstSearch(D,v)
A reverse breadth first search first searches the specified of a digraph, followed by that vertex's parents, followed by their parents, etc, until all the ancestors are exhausted, and returns a list, with the index of the item of the list signifying the depth level of the result, of the vertexSet in order searched.
|
|
The object reverseBreadthFirstSearch is a method function.
The source of this document is in Graphs.m2:4074:0.