a hash table implemented using linear open addressing. Assume the buckets to have 3 slots each. Make use of the hash function h(X) = X mod 9. Apply the linear probing technique for collision resolutions. Also show the collisions by specifically highlighting them.