Skip to content
Snippets Groups Projects
Commit e582961d authored by Lawrence Chung's avatar Lawrence Chung
Browse files

edited CCTest.java

parent b5d50b7c
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class CCTest {
}
@Test
public void testCluster(){//test if, after all the connected(x,y) calls, the nodes are clustered correctly
public void testCluster(){//test if, after all the addEdge calls, the nodes are clustered correctly
int v = 11;
Graph g = new Graph(v);
g.addEdge(1,3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment