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

Class Queue

code/algs4/Queue.java:41–179  ·  view source on GitHub ↗

The Queue class represents a first-in-first-out (FIFO) queue of generic items. It supports the usual enqueue and dequeue operations, along with methods for peeking at the first item, testing if the queue is empty, and iterating through the items in FIFO order. Th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected