Stack - Data Structures & Algorithms Tutorials in Python

Published: 29 May 2024
on channel: Techworld with Rajendra
323
20

In this video, we will be implementing stack data structure and all its standard operations. We will implement stack using LinkedList in Python programming language.
Following are the stack operations -
1) push() -
Place an item onto the stack.
2) pop() -
Return the item at the top of the stack and then remove it. If pop is called when stack is empty, it is in an underflow state.
3) isEmpty() -
Tells if the stack is empty or not
4) display() - Display all the elements of the stack


On this page of the site you can watch the video online Stack - Data Structures & Algorithms Tutorials in Python with a duration of hours minute second in good quality, which was uploaded by the user Techworld with Rajendra 29 May 2024, share the link with friends and acquaintances, this video has already been watched 323 times on youtube and it was liked by 20 viewers. Enjoy your viewing!