video not played or not found error
click on direct switch
Hosted by Dailymotion. For legal issues: Copyright Center · DMC · Instant Removal
Stack data structure
K
kushagrarastogi17
3 Views • Mar 28, 2018
Description
A stack is a linear data structure.
In this data structure, elements are added to and removed only from one end of the list, that is, top of the stack.
It provides the information in the reverse of the entry order, so it is called last-in-first-out(LIFO).
The operation of removing an entry from a stack is called a pop operation.
The operation of adding an entry to a stack is called push operation.
In this data structure, elements are added to and removed only from one end of the list, that is, top of the stack.
It provides the information in the reverse of the entry order, so it is called last-in-first-out(LIFO).
The operation of removing an entry from a stack is called a pop operation.
The operation of adding an entry to a stack is called push operation.
More from User
07:16
Stack data structure
kushagrarastogi17
11:23
AVL Tree
kushagrarastogi17
11:37
Binary search tree
kushagrarastogi17
Related Videos
32:25
Master Stacks: Fun Guide to Data Structures, LIFO & Real-World Uses
Neural Lantern
14:17
17. Data Structure and Implementation- Infix to Postfix using Stack Data Structure
Log(n)Academy Trainings
10:31
Flutter Firebase How to Insert Data CRUD | How to Insert Data CRUD | Want to Master Flutter Firebase CRUD Operations? Watch This Now.
Gyanendra Singh
01:41
Hainan Airport Group's March two thousand twenty-five Production and Operation Data Report for Three Business Operations on the Island
DTnewswire dongtaibao888
11:42
16. Data Structure and Implementation- Applications of Stack
Log(n)Academy Trainings
13:08
Data structures: Array implementation of stacks
Ziwijo