Skip to content

Commit 6b0fc53

Browse files
authored
Merge pull request #1512 from Zombiesalad1337/master
Fix incorrect reference direction in DFS article
2 parents f1570ff + e726bac commit 6b0fc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph/depth-first-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more details check out the implementation.
4444
The required topological ordering will be the vertices sorted in descending order of exit time.
4545

4646

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).
47+
* Check whether a given graph is acyclic and find cycles in a graph. (As mentioned below by counting back edges in every connected components).
4848

4949
* Find strongly connected components in a directed graph:
5050

0 commit comments

Comments
 (0)