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

Method pop

src/class015/GetMinStack.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public void pop() {
29 data.pop();
30 min.pop();
31 }
32
33 public int top() {
34 return data.peek();

Callers 8

preOrderMethod · 0.45
inOrderMethod · 0.45
posOrderTwoStacksMethod · 0.45
posOrderOneStackMethod · 0.45
preorderTraversalMethod · 0.45
inorderTraversalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected