Hashing Questions
The operations supported by a hash table are:
1. Insertion: Adding a new key-value pair to the hash table.
2. Deletion: Removing a key-value pair from the hash table.
3. Search: Finding the value associated with a given key in the hash table.
4. Update: Modifying the value associated with a given key in the hash table.