There was an error while loading. Please reload this page.
1 parent c480377 commit ecfbadcCopy full SHA for ecfbadc
DataStructures/Graphs/Cycles.java
@@ -10,7 +10,7 @@ class Cycle {
10
private int[][] adjacencyMatrix;
11
private boolean[] visited;
12
ArrayList<ArrayList<Integer>> cycles = new ArrayList<ArrayList<Integer>>();
13
- private boolean[] finalCycles;
+
14
15
public Cycle() {
16
Scanner in = new Scanner(System.in);
0 commit comments