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

Method pop

code/algs4/Stack.java:104–110  ·  view source on GitHub ↗

Removes and returns the item most recently added to this stack. @return the item most recently added @throws NoSuchElementException if this stack is empty

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected