2. set and unordered set #

Created Saturday 18 April 2020

**Note: **unordered_map cannot work with pair<> out of the box. Either use set or provide a hash function for the pair.