MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / dequeue

Method dequeue

1-Fundamentals/1-3-BagsQueuesStacks/Queue.java:86–93  ·  view source on GitHub ↗

Remove and return the item on the queue least recently added. Throw an exception if the queue is empty.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

bfsMethod · 0.95
bfsMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
hasAugmentingPathMethod · 0.95
BellmanFordSPMethod · 0.45

Calls 1

isEmptyMethod · 0.95

Tested by 1

BellmanFordSPMethod · 0.36