MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / setV

Method setV

contents/algorithm/code/KruskalTest.java:27–30  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

25 }
26
27 public void setV(int v) {
28 V = v;
29 setRoot();
30 }
31
32 public void setEdges(int a, int b, int c) {
33 pq.offer(new Edge(a, b, c));

Callers 1

mainMethod · 0.95

Calls 1

setRootMethod · 0.95

Tested by

no test coverage detected