MCPcopy
hub / github.com/MisterBooo/LeetCodeAnimation / pop

Method pop

problems/0155-min-stack/Code/1.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public void pop() {
26 _data.pop();
27 _min.pop();
28 }
29
30 public int top() {
31 return _data.peek();

Callers 3

findFirstGifFunction · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected