Quiz
Choosing Hash Maps vs Sets
Learn when to reach for a hash map versus a hash set based on whether you need associated values.
You need to count how many times each word appears in a large document. Which data structure is the most appropriate choice?