Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ popAt
Method
popAt
java/Chapter 3/Question3_3/SetOfStacks.java:40–42 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
int
popAt(
int
index) {
41
return
leftShift(index, true);
42
}
43
44
public
int
leftShift(
int
index, boolean removeTop) {
45
Stack stack = stacks.get(index);
Callers
nothing calls this directly
Calls
1
leftShift
Method · 0.95
Tested by
no test coverage detected