diff --git a/docs/src/pathing.md b/docs/src/pathing.md index bde4c1cbf..5c0d2734c 100644 --- a/docs/src/pathing.md +++ b/docs/src/pathing.md @@ -32,6 +32,7 @@ Any graph traversal will traverse an edge only if it is present in the graph. W ```@docs bfs_tree +topological_sort_by_dfs dfs_tree maximum_adjacency_visit bfs_parents