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 dee4727 commit cebd90eCopy full SHA for cebd90e
src/main/java/com/thealgorithms/graph/IsGraphBipartite.java
@@ -81,6 +81,6 @@ public static void main(String[] args) {
81
{0, 2},
82
{0, 1}
83
};
84
- System.out.println("Graph 2 is bipartite: " + sol.isBipartite(graph2)); // false
+ System.out.println("Graph 2 is bipartite: " + sol.isBipartite(graph2));
85
}
86
0 commit comments