Trees (4e): AVL Trees Insertion
11:30
Trees (3b): Tree Terminology
13:31
Trees (3e): BST Delete
9:15
Ай бұрын
Trees (4b): Performance of BST
7:53
Heaps (5e): Heap Sort
11:48
Ай бұрын
Heaps (5a): Priority Queues
12:39
Heaps (5b): Properties
11:01
Ай бұрын
Graphs (8a): Graphs Terminology
19:56
Graphs (8c): Graphs Problems
10:52
Trees (4c): Rotations as Tools
15:51
Trees (4j): Splay Trees
8:16
Ай бұрын
Trees (3f): Traversals
21:10
Ай бұрын
Heaps (5d): Deletion
8:07
Ай бұрын
Trees (3c): Types of Trees
14:31
Trees (4g): B Tree Properties
15:53
Graphs (8g): Adjacency List
19:33
Graphs (8h): Graph Traversals
11:16
Graphs (8f): Adjacency Matrix
20:39
Graphs (8j): s-t Path
19:20
Ай бұрын
Sorting (6j): Quick Sort Code
9:45
Sorting (6c): Bubble Sort
10:57
Sorting (6e): Shell Sort
15:24
Ай бұрын
Пікірлер
@kidyoshi007
@kidyoshi007 5 ай бұрын
🔥🔥🔥
@alexbarreto3718
@alexbarreto3718 Жыл бұрын
Hi Professor Kapoor, why wouldn't the printing of the set be =.c 50, a 40, b 30? I'm a little bit confused about how the printing order for the unordered set works
@octavio.anino.1626
@octavio.anino.1626 2 жыл бұрын
Line 18 in the adjacency list implementation is amazing. Creating a new key-value pair using just square bracket operators, and then initializing the value to an empty vector using just a pair of empty curly brackets. C++ is great.
@octavio.anino.1626
@octavio.anino.1626 2 жыл бұрын
For those who may have been confused like I was at 6:45. From the definition of the operation, the Node required is passed to AddBefore(). The operation does not need to find the required Node. Then, as explained prior to 6:45, insertion into a doubly linked list takes constant time.
@amanpreetkapoor6490
@amanpreetkapoor6490 3 жыл бұрын
If anyone needs to access the links, here they are: cplusplus.com/reference/map/map cplusplus.com/reference/unordered_map/unordered_map
@amanpreetkapoor6490
@amanpreetkapoor6490 3 жыл бұрын
If anyone needs to access the links, here they are: cplusplus.com/reference/set/set/ cplusplus.com/reference/unordered_set/unordered_set/ onlinegdb.com/SyMCuHOlD
@OppositeOfChill
@OppositeOfChill 4 жыл бұрын
It looks like the link in the video doesn't lead to anything: onlinegdb.com/BJGAP7151
@amanpreetkapoor15
@amanpreetkapoor15 3 жыл бұрын
The link is this one: www.onlinegdb.com/BJGAP7I5I