MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / isEmpty

Method isEmpty

LabEnv/02Lab/RandomizedQueue.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 // is the randomized queue empty?
29 public boolean isEmpty() {
30 return n == 0;
31 }
32
33 // return the number of items on the randomized queue
34 public int size() {

Callers 2

dequeueMethod · 0.95
sampleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected