Hash-based structures
1. What is a hash table?
2. If several elements are competing for the same bucket in the hash table, what is it called?
3. What is a hash function?
4. What can be the techniques to avoid collision?
5. What is the load factor?
6. What is simple uniform hashing?
7. In simple uniform hashing, what is the search complexity?