Closed
Description
Graphs.jl/src/traversals/dfs.jl
Lines 84 to 89 in bf9544b
The function does not return a vector of vertices but a graph. Also, it does accept a dir
keyword argument, just like bfs_tree
.
Graphs.jl/src/traversals/dfs.jl
Lines 84 to 89 in bf9544b
The function does not return a vector of vertices but a graph. Also, it does accept a dir
keyword argument, just like bfs_tree
.
Activity
gdalle commentedon Apr 22, 2024
Good catch! Do you want to submit a documentation PR to fix it?
dfs_tree
doc. #367gdalle commentedon May 4, 2024
Closed by #367