MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / dequeue

Method dequeue

code/algs4/Queue.java:111–118  ·  view source on GitHub ↗

Removes and returns the item on this queue that was least recently added. @return the item on this queue that was least recently added @throws NoSuchElementException if this queue is empty

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

bfsMethod · 0.95
mainMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected