- Exercise

In this exercise, you will use different types of map to solve the problem.

We'll cover the following

Task 1

In the code below, use std::unordered_set instead of std::unordered_map

Task2

In the code below, use std::unordered_multiset instead of std::unordered_multimap.

Get hands-on with 1200+ tech skills courses.