Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ isEmpty
Method
isEmpty
java/Chapter 3/Question3_1/Question.java:51–53 ·
view source on GitHub ↗
(int stackNum)
Source
from the content-addressed store, hash-verified
49
}
50
51
static
boolean isEmpty(
int
stackNum) {
52
return
stackPointer[stackNum] == -1;
53
}
54
55
/* returns index of the top of the stack
"stackNum"
, in absolute terms */
56
static
int
absTopOfStack(
int
stackNum) {
Callers
2
pop
Method · 0.95
peek
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected