Introduction
Sets help you store unique items without any order. They are useful when you want to avoid duplicates.
You want to keep a list of unique friends' names.
You need to remove repeated numbers from a list.
You want to check if an item is in a group quickly.
You want to combine two groups but keep only unique items.