Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
Calls
1
setRoot
Method · 0.95
Tested by
no test coverage detected