Skip to content

Opening book details…

About this document

Ds 5 Stack Queue by Tamim Islam is a document available to read on EtoBox.

A stack is a linear data structure that follows the principle of Last In First Out (LIFO). Elements can only be added or removed from one end called the top. Common stack operations include push which adds an element to the top, pop which removes an element from the top, and peek which returns the top element without removing it.

Author
Tamim Islam
Language
EN