Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Add topological_sort_by_dfs to docs on traversals #1588

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/pathing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down