Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
preOrder
Method · 0.45
inOrder
Method · 0.45
posOrderTwoStacks
Method · 0.45
posOrderOneStack
Method · 0.45
preorderTraversal
Method · 0.45
inorderTraversal
Method · 0.45
postorderTraversalTwoStacks
Method · 0.45
postorderTraversalOneStack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected