Back to Browse

Stack - Data Structures & Algorithms Tutorials in Python

325 views
May 29, 2024
20:24

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

Download

1 formats

Video Formats

360pmp428.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Stack - Data Structures & Algorithms Tutorials in Python | NatokHD