bn:00065347n
Noun Concept
Categories: CS1 location test, Abstract data types, long volume value
EN
push-down list  push-down stack  stack  Stack Depth Distribution  Automatic memory
EN
A list in which the next item to be removed is the item most recently stored (LIFO) WordNet 3.0
English:
programming
data structure
abstract data type
C++
data type
Definitions
Relations
Sources
EN
A list in which the next item to be removed is the item most recently stored (LIFO) WordNet 3.0 & Open English WordNet
In computer science, a stack is an abstract data type that serves as a collection of elements with two main operations: Push, which adds an element to the collection, and Pop, which removes the most recently added element. Wikipedia
Abstract data type and data structure based on the principle of last in first out Wikipedia Disambiguation