Video :
Introduction to data structures.
06:33
minutes
Video :
Data Structures: List as abstract data type.
13:08
minutes
Video :
Introduction to linked list.
17:13
minutes
Video :
Data Structures: Arrays vs Linked Lists.
12:16
minutes
Video :
Linked List - Implementation in C/C++.
13:58
minutes
Video :
Linked List in C/C++ - Inserting a node at beginning.
12:50
minutes
Video :
Linked List in C/C++ - Insert a node at nth position.
15:15
minutes
Video :
Linked List in C/C++ - Delete a node at nth position.
12:30
minutes
Video :
Reverse a linked list - Iterative method.
13:50
minutes
Video :
Print elements of a linked list in forward and reverse order using recursion.
14:24
minutes
Video :
Reverse a linked list using recursion.
08:55
minutes
Video :
Data structures: Introduction to Doubly Linked List.
07:13
minutes
Video :
Doubly Linked List - Implementation in C/C++.
15:21
minutes
Video :
Data structures: Introduction to stack.
08:26
minutes
Video :
Data structures: Array implementation of stacks.
13:09
minutes
Video :
Data Structures: Linked List implementation of stacks.
10:58
minutes
Video :
Reverse a string or linked list using stack..
16:25
minutes
Video :
Check for balanced parentheses using stack.
14:13
minutes
Video :
Infix Prefix and Postfix.
13:38
minutes
Video :
Evaluation of Prefix and Postfix expressions using stack.
14:10
minutes
Video :
Infix to Postfix using stack.
18:20
minutes
Video :
Data structures: Introduction to Queues.
09:19
minutes
Video :
Data structures: Array implementation of Queue.
14:59
minutes
Video :
Data structures: Linked List implementation of Queue.
14:17
minutes
Video :
Data structures: Introduction to Trees.
15:50
minutes
Video :
Data structures: Binary Tree.
16:17
minutes
Video :
Data structures: Binary Search Tree.
19:28
minutes
Video :
Binary search tree - Implementation in C/C++.
18:36
minutes
Video :
BST implementation - memory allocation in stack and heap.
13:05
minutes
Video :
Find min and max element in a binary search tree.
05:48
minutes
Video :
Find height of a binary tree.
07:09
minutes
Video :
Binary tree traversal - breadth-first and depth-first strategies.
11:54
minutes
Video :
Binary tree: Level Order Traversal.
11:23
minutes
Video :
Binary tree traversal: Preorder Inorder Postorder.
14:29
minutes
Video :
Check if a binary tree is binary search tree or not.
16:30
minutes
Video :
Delete a node from Binary Search Tree.
18:27
minutes
Video :
Inorder Successor in a binary search tree.
17:58
minutes
Video :
Data structures: Introduction to graphs.
16:43
minutes
Video :
Data structures: Properties of Graphs.
15:16
minutes
Video :
Graph Representation part 01 - Edge List.
13:45
minutes
Video :
Graph Representation part 02 - Adjacency Matrix.
14:45
minutes