Skip to content

Commit b6cade5

Browse files
committed
Deleted a comment in Graph.java
1 parent 40d328f commit b6cade5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Graphs/Graph.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ private static List<Integer> bfshelper(int source, Graph o, boolean[] visited) {
7878
}
7979
result.add(node);
8080
}
81-
// System.out.println(result);
8281
return result;
8382
}
8483

0 commit comments

Comments
 (0)