We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1570ff + e726bac commit 6b0fc53Copy full SHA for 6b0fc53
src/graph/depth-first-search.md
@@ -44,7 +44,7 @@ For more details check out the implementation.
44
The required topological ordering will be the vertices sorted in descending order of exit time.
45
46
47
- * Check whether a given graph is acyclic and find cycles in a graph. (As mentioned above by counting back edges in every connected components).
+ * Check whether a given graph is acyclic and find cycles in a graph. (As mentioned below by counting back edges in every connected components).
48
49
* Find strongly connected components in a directed graph:
50
0 commit comments