Defined in File AlgebraicBFS.hpp
public NetworKit::Algorithm (Class Algorithm)
public NetworKit::Algorithm
Implementation of Breadth-First-Search using the GraphBLAS interface.
Public Functions
Constructs an instance of the AlgebraicBFS algorithm for the given Graph graph and the given source node.
graph –
source –
Runs a bfs using the GraphBLAS interface from the source node.
Returns the distance from the source to node v.
v –