Defined in File BFS.hpp
Iterate over nodes in breadth-first search order starting from the nodes within the given range.
G – The input graph.
first – The first element of the range.
last – The end of the range.
handle – Takes a node as input parameter.