MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / remove

Method remove

src/class035/Code07_AllO1.java:32–35  ·  view source on GitHub ↗
(Bucket cur)

Source from the content-addressed store, hash-verified

30 }
31
32 private void remove(Bucket cur) {
33 cur.last.next = cur.next;
34 cur.next.last = cur.last;
35 }
36
37 Bucket head;
38

Callers 2

incMethod · 0.95
decMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected