- Exercise
In this exercise, you will use different types of map to solve the problem.
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 1400+ tech skills courses.