MCPcopy 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

splitMethod · 0.95
linkMethod · 0.95
cutMethod · 0.95

Calls 3

accessMethod · 0.95
splayMethod · 0.95
reverseMethod · 0.95

Tested by

no test coverage detected