Module eiffelvis_core::algorithms
source · [−]Expand description
Graph traversal algorithms
Functions
A recursive depth first traversal implementation,
if user provided closure returns ControlFlow::Break that particular node’s edges will not be visited,
but will not stop the whole traversal.