Question 1
What is the primary purpose of a hash table in implementing associative structures?
Question 2
Which of the following scenarios would most effectively demonstrate the advantage of using a Set over a List?
Question 3
In the context of hash tables, what is a 'load factor'?
Question 4
When implementing a dictionary using a balanced binary search tree, what is the time complexity for searching for a key?
Question 5
Which of the following is a key advantage of using a dictionary (map) over a simple array for storing related data?