Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
findFirstGif
Function · 0.80
validateStackSequences
Method · 0.80
decodeString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected