You can follow the course using the following short videos
- Containers Short Introduction
- Environment Setup
- Pointers (L01)
- Dynamic Memory Management (L01)
- Classes Objects Templates (L02)
- Overview of Algorithmic Complexity
- Linked Lists 1 (L05)
- Linked Lists 2 (L05)
- Linked Lists 3 (L05)
- Linked Lists 4 (L05)
- Linked Lists 5 (L07)
- Linked Lists 6 (L07)
- Recursion (L08)
- Stacks and Queues 1 (L03)
- Stacks and Queues 2 (L03)
- Stacks and Queues 3 (L06)
- Trees and traversals (L09)
- Binary Search Trees 1 (L11-L12)
- Binary Search Trees 2 (L11-L12)
- Binary Search Trees 3 (L11-L12)
- Maps and Hashing (L17)
- Skip Lists