Defined in File Dijkstra.hpp
Iterate over nodes with Dijkstra starting from the nodes within the given range.
G – The input graph.
u – The source node.
lambda – Takes a node and its distance from u as input parameters.
u