Template Function NetworKit::Traversal::BFSEdgesFrom

Function Documentation

template<typename L>
void NetworKit::Traversal::BFSEdgesFrom(const Graph &G, node source, L handle)

Iterate over edges in breadth-first search order starting from the given source node.

Parameters:
  • G – The input graph.

  • source – The source node.

  • handle – Takes a node as input parameter.