You have the following hash table (with 4 buckets) that uses the identity hash function and a max load factor of . You want to insert the number to the hash table. What will the bucket 1 look like after this insertion?
Tip: Remember to check the load factor and then, when resizing, we reinsert all the elements again, using a different reminder.