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.
1 parent 4d0dca0 commit ba57565Copy full SHA for ba57565
src/main/java/com/thealgorithms/graph/TopologicalSort.java
@@ -16,11 +16,6 @@
16
*/
17
public final class TopologicalSort {
18
19
- // Prevent instantiation
20
- private TopologicalSort() {
21
- throw new AssertionError("Cannot instantiate utility class");
22
- }
23
-
24
/**
25
* Class that represents a directed graph and provides methods for
26
* manipulating the graph
0 commit comments