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

Method peek

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

Return the item most recently added to the stack. Throw an exception if no such item exists because the stack is empty.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

checkSequenceMethod · 0.95
GrahamScanMethod · 0.45

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected