Skip to content

Commit a570e6d

Browse files
authored
Merge pull request #3 from devzone19/master
Deleted a comment in Graph.java
2 parents 40d328f + b6cade5 commit a570e6d

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)