Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ getMin
Method
getMin
problems/0155-min-stack/Code/1.java:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
public
int
getMin() {
35
return
_min.peek();
36
}
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected