Defined in File ReverseBFS.hpp
public NetworKit::SSSP
(Class SSSP)
The ReverseBFS class is used to do a reverse breadth-first search (following the incoming edges of a node) on a Graph from a given source node.
Public Functions
Constructs the ReverseBFS class for G and source node source.
G – The graph.
source – The source node of the breadth-first search.
storePaths – store paths and number of paths?
storeStack – maintain a stack of nodes in decreasing order of distance