Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ isEmpty
Method
isEmpty
java/Chapter 3/Question3_3/Stack.java:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public
boolean isEmpty() {
40
return
size == 0;
41
}
42
43
public
int
removeBottom() {
44
Node b = bottom;
Callers
15
sort
Method · 0.95
main
Method · 0.95
leftShift
Method · 0.95
isEmpty
Method · 0.95
printNodeInternal
Method · 0.45
addWord
Method · 0.45
transform
Method · 0.45
getMedian
Method · 0.45
shiftStacks
Method · 0.45
min
Method · 0.45
min
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected