Skip to content

Commit 58f53b2

Browse files
committed
Add Wikipedia reference link for Topological Sort
1 parent bd8a16f commit 58f53b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/graphsearch/TopologicalSort.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.thealgorithms.graphsearch;
22

3+
// Topological sort: https://en.wikipedia.org/wiki/Topological_sorting
4+
35
import java.util.ArrayList;
46
import java.util.Stack;
57

0 commit comments

Comments
 (0)