Consider a hash table π[0, 1, β¦ , 10] that is initially empty. The hash table is
maintained using open addressing with linear probing. The hash function used is
β(π₯) = (π₯+ 7) mod 11.
Consider the following sequence of insertions performed on π:
1, 13, 22, 15, 11, 24
Which of the following positions in the hash table is/are empty after these insertions
are performed?