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

True

False

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.

answered
User Nixau
by
8.0k points

No related questions found