Defined in File DynBFS.hpp
public NetworKit::DynSSSP
(Class DynSSSP)
Dynamic breadth-first search.
Public Functions
Creates the object for G and source s.
G – The graph.
s – The source node.
storePredecessors – keep track of the lists of predecessors?
Computes the shortest paths from the source to all other nodes.
Updates the distances after an edge insertion.
Updates the distances after a batch of edge insertions.