Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qiyuangong/leetcode
/ getMin
Method
getMin
java/155_Min_Stack.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
int
getMin() {
60
return
minStack.peek();
61
}
62
}
Callers
nothing calls this directly
Calls
1
peek
Method · 0.45
Tested by
no test coverage detected