Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ makeroot
Method
makeroot
src/class201/Code07_Network1.java:133–137 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
131
}
132
133
public
static
void
makeroot(
int
x) {
134
access(x);
135
splay(x);
136
reverse(x);
137
}
138
139
public
static
int
findroot(
int
x) {
140
access(x);
Callers
3
split
Method · 0.95
link
Method · 0.95
cut
Method · 0.95
Calls
3
access
Method · 0.95
splay
Method · 0.95
reverse
Method · 0.95
Tested by
no test coverage detected