Logo

Programming-Idioms

History of Idiom 130 > diff from v4 to v5

Edit summary for version 5 by programming-idioms.org:
Updated picture URL by user []

Version 4

2016-05-02, 12:50:47

Version 5

2016-09-20, 22:19:53

Idiom #130 Depth-first traversing in a graph

Call a function f on every vertex accessible for vertex v, in depth-first prefix order

Idiom #130 Depth-first traversing in a graph

Call a function f on every vertex accessible for vertex v, in depth-first prefix order

Illustration
Extra Keywords
dfs
Extra Keywords
dfs