MCPcopy 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

sortMethod · 0.95
mainMethod · 0.95
leftShiftMethod · 0.95
isEmptyMethod · 0.95
printNodeInternalMethod · 0.45
addWordMethod · 0.45
transformMethod · 0.45
getMedianMethod · 0.45
shiftStacksMethod · 0.45
minMethod · 0.45
minMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected