Author thumbnail

Gate Smashers

Data Structure

2,633,620 views
55 items
Updated 3 days ago
public playlist
Introduction to Data Structure with real life examples by #Naina Mam#DataStrucutureforBeginners
5:21
Arrays in Data Structure by #Naina Mam | Initialization, Declaration, Memory Representation
11:07
Types of Array | One dimensional & Multi-dimensional Array by #Naina Mam
9:17
Addressing in One Dimensional Array by #Naina Mam | Data Structure
7:32
Linear Search in Data Structure by #Naina Mam | Time Complexity
12:28
Binary Search in Data Structure by #Naina Mam
10:33
Introduction to Linked List | Types and Need of linked list | data structures
10:17
Arrays vs Linked Lists | Data Structures
8:41
Single Linked List in Data Structures | Self Referential Structure
8:27
The Basic Operations of Linked List | Data Structure
8:28
Traversing in Linked list | Data Structure
12:38
👉Insert a node at the beginning of Linked list | Data Structure
10:44
Insert a node at the end of Linked List | Data Structure
14:44
Insert a node after a given node in Linked List | Data Structure
13:39
Delete a node from the beginning of Linked List | Data Structure
6:05
Delete a node from the end of Linked List | Data Structure
12:53
Deletion after a given node in Linked List | Data Structure
9:46
Introduction to Doubly Linked List | Data Structure
9:57
Deleting Entire Linked List🔗| Single Linked List🔗| Data Structure
10:23
Introduction to Stack | PUSH and POP operations | Data Structure
6:46
POP operation using Array | Implementation of Stack | Data Structure
7:32
PUSH operation using Array | Implementation of Stack | Data Structure
8:05
PUSH operation using Linked List | Implementation of Stack | Data Structure
14:29
POP operation using Linked List | Implementation of Stack | Data Structure
6:44
Infix, Prefix & Postfix👩‍🔧 with examples | Data Structure
13:33
Infix to Postfix Conversion | Infix➡️Postfix Conversion with examples | Data Structure
12:21
Infix to prefix Conversion | Infix➡️Prefix Conversion with examples | Data Structure
7:26
Infix to postfix Conversion using Stack | Infix➡️Postfix Conversion with examples | Data Structure
15:15
Practice question on Infix to postfix notation | Data Structure
7:17
Infix to Prefix conversion using Stack | Data Structure
9:19
Postfix Expression Evaluation | Stack Application | Data Structure
10:52
Practice question on Postfix Evaluation | Stack | Data Structure
6:16
Understanding Call Stack with example | Data Structure #gatesmashers #Stack
8:52
The Magic of Recursion: Understanding the Power of Recursive Functions | Time Complexity #recursion
13:54
Introduction to Queue Data structure with real life example | Data Structure #gatesmashers #queue
9:05
Enqueue(), Dequeue() & other Operations on Queue  | Data Structure
9:32
Implementation of Queue using Array | Enqueue() in Queue | Data Structure #gatesmashers
13:15
Dequeue() in Queue using Array | Data Structure #gatesmashers
12:13
isfull() and isempty() in queue | Queue operations | Data Structure
7:27
L-3.7: Introduction to Trees (Binary Tree, Almost Complete Binary Tree, Full BT, Complete BT, BST)
10:45
Preorder, Inorder and Postorder in 5 minute | Tree Traversal | Easiest and Shortest Trick
6:47
Binary Search Tree in Data Structure | Insertion and Traversal in BST
11:02
Deletion from Binary Search Tree(BST) with Example | Data Structure
8:36
Find Preorder, Postorder & Inorder of Binary Search Tree(BST) in Data Structure
9:39
Imp Question on Binary Search Tree | GATE Question | Data Structure
11:21
Introduction to AVL Tree in Data Structure with Examples | All Imp Points of AVL
9:54
How to Create AVL tree | LL, RR, LR, RL Rotation in AVL | Data Structure
10:46
AVL Tree Creation in Data Structure | All Imp Points
12:53
Time complexity and Comparison of All Data Structures
8:13
Implementation of Queue using Linked List | Enqueue() in Queue | Data Structure #gatesmashers
11:34
2D Arrays | Addressing in 2D Arrays | Row Major Order
8:21
Linked List Types | Data Structure
7:00
Deletion in Linked List
10:54
Topological Order/ Sort in DAG(Direct Acyclic Graph)
6:44
Traversing in Linked List in Python 🐍 with Execution | Python for Beginners
5:14