Embark on your journey of mastering advanced built-in data structures such as sorted maps, linked lists/queues, and stacks. This course will lay the foundational knowledge required to effectively manipulate these advanced data structures.
Overview
Syllabus
- Lesson 1: Exploring Stacks in C++ with the Standard Template Library
- Lesson 2: Exploring Queues and Deques using C++
- Lesson 3: Diving into Associative Containers with C++
- Lesson 4: Using Custom Comparators and Objects as Keys in C++ Maps
- Lesson 5: Practice Problems with C++ STL: Exploring Queues and Maps