Lesson 3 of 25 • 17 upvotes • 11:31mins
Queue, operation on queues, application on queues
Overview of the Course
2:06mins
Data Structures Concept
12:37mins
Queue in Data Structures
11:31mins
Priority Queue in Data Structures
10:46mins
Recursion
12:28mins
Stack
14:09mins
Binary tree traversal techniques
14:20mins
Searching techniques
8:23mins
About height,level and depth of tree
9:43mins
Binary search tree
14:41mins
Avl tress part 1
6:45mins
AVL trees part 2
12:24mins
Insertion into AVL tree .... about different rotation
12:35mins
Example of AVL tree
8:44mins
Hashing with PYQs
10:15mins
B tree
14:54mins
Breadth first search
9:12mins
Depth first search (DFS)
8:39mins
List introduction
8:48mins
Linked list
6:37mins
Linked list Vs Arrays
7:50mins
Doubly linked list
9:30mins
How to write a code inC language for insertion a node into DLl
7:48mins
Insert a node at the end of DLL
5:28mins
Deletion from DLL(revise)
5:39mins