126k views
0 votes
Open addressing can be implemented in several ways.

True

False

User Randy Hall
by
6.5k points

1 Answer

1 vote

Answer: True

Step-by-step explanation:

yes, open addressing can be implemented in several ways as it is a method of collision resolution in hash table. Open addressing can be implemented in different ways as linear probing, quadratic probing and double hashing. As open addressing requires more computation. In open addressing as everything is stored in the same table.

User Nixau
by
7.0k points