Stack (abstract data type)

id: stack-abstract-data-type-182-7224299
title: Stack (abstract data type)
text: 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. Additionally, a peek operation can, without modifying the stack, return the value of the last element added. The name stack is an analogy to a set of physical items stacked one atop another, such as a stack of plates. The order in which an element added to or removed f
brand slug: wiki
category slug: encyclopedia
description: Abstract data type
original url: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
date created: 2001-12-04T09:19:17Z
date modified: 2024-09-06T12:02:38Z
main entity: {"identifier":"Q177929","url":"https://www.wikidata.org/entity/Q177929"}
image: {"content_url":"https://upload.wikimedia.org/wikipedia/commons/1/19/Tallrik_-_Ystad-2018.jpg","width":740,"height":999}
fields total: 13
integrity: 16

Related Entries

Explore Next Part