- 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.

Access this course and 1400+ top-rated courses and projects.