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

Class Stack

1-Fundamentals/1-3-BagsQueuesStacks/Stack.java:31–139  ·  view source on GitHub ↗

The Stack class represents a last-in-first-out (LIFO) stack of generic items. It supports the usual push and pop operations, along with methods for peeking at the top item, testing if the stack is empty, and iterating through the items in LIFO order. All stack ope

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