Stack - Data Structures & Algorithms Tutorials in Python

Publié le: 29 mai 2024
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne Stack - Data Structures & Algorithms Tutorials in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Techworld with Rajendra 29 mai 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 323 fois et il a aimé 20 téléspectateurs. Bon visionnage!