MCPcopy
hub / github.com/careercup/ctci / remove

Method remove

java/Chapter 3/Question3_5/MyQueue.java:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 public T remove() {
39 shiftStacks();
40 return stackOldest.pop(); // pop the oldest item.
41 }
42}

Callers 8

mainMethod · 0.95
createTreeFromArrayMethod · 0.45
popMethod · 0.45
leftShiftMethod · 0.45
removeMinMethod · 0.45
getKthMagicNumberMethod · 0.45

Calls 2

shiftStacksMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected