Defined in File BFS.hpp
Iterate over edges in breadth-first search order starting from the given source node.
G – The input graph.
source – The source node.
handle – Takes a node as input parameter.