Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/neetcode-gh/leetcode
/ pop
Method
pop
java/0155-min-stack.java:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
public
void
pop() {
20
stack.pop();
21
minStack.pop();
22
}
23
24
public
int
top() {
25
return
stack.peek();
Callers
15
validateStackSequences
Method · 0.45
isValid
Method · 0.45
calPoints
Method · 0.45
evalRPN
Method · 0.45
backtrack
Method · 0.45
removeKdigits
Method · 0.45
next
Method · 0.45
removeDuplicates
Method · 0.45
convertBST
Method · 0.45
smallestSubsequence
Method · 0.45
removeStars
Method · 0.45
checkValidString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected