In this course, you will expand your knowledge of C++'s more advanced features, including comprehensive data structures like maps, sets, and pairs, as well as nesting these data structures together, which are crucial for managing more complex data efficiently.
Overview
Syllabus
- Lesson 1: Working with Vectors in C++
- Lesson 2: C++ Maps and Their Operations
- Lesson 3: C++ Sets and Their Operations
- Lesson 4: Compound Data Structures in C++
- Lesson 5: Stacks and Queues in C++