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