6:30
Introduction to Data Structures
Engineerhoon
2:23
Basics of arrays and pointers
3:09
Introduction to Linked List | Concept explained
4:13
How to traverse a linked list | Easy algorithm
2:48
How to insert a new node at the beginning of Linked List | Easy Algorithm
4:24
How to insert a node between two nodes in a linked list | Easy algorithm
3:42
How to insert a node at the end of a linked list | Easy algorithm
3:45
Introduction to Stack Data Structure | Engineer
4:58
Array implementation of a Stack Data Structure | Engineer
Code explanation for Stack Data Structure | Engineer
12:28
Linked List implementation of Stack | Engineer
5:59
Introdution to Queue Data Structure (concept explained) | Engineer
8:51
Array implementation of Queue data Structure and its code | Engineer
10:36
Linked List implementation of Queue Data Structure and its code explanation | Engineer
16:20
Introduction to Circular queue data structure and its code explanation | Engineer
18:27
Introduction to Dequeue Data Structure and its code explanation | Engineer
6:46
Introduction to Priority Queue Data Structure using linked list| Engineer
3:29
Application of Stack data structure | Reversal of String
8:50
Application of Stack data Structure | Expression validation containing nested parenthesis
5:46
Postfix expression evaluation using stack | Engineer