Stack data structure

Published: 27 March 2018
on channel: Kushagra Rastogi
63
4

Stack data structure: 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.


On this page of the site you can watch the video online Stack data structure with a duration of hours minute second in good quality, which was uploaded by the user Kushagra Rastogi 27 March 2018, share the link with friends and acquaintances, this video has already been watched 63 times on youtube and it was liked by 4 viewers. Enjoy your viewing!