Computer Science, asked by Aribaaa2119, 1 year ago

Hashing linear probing in data structure

Answers

Answered by Amulyadav
0
Open Addressing
Like separate chaining, open addressing is a method for handling collisions. In Open Addressing, all elements are stored in the hash table itself. So at any point, size of table must be greater than or equal to total number of keys (Note that we can increase table size by copying old data if needed).
Answered by vedikadiwan60
0

Answer:

econdary Storage Device. Alternatively referred to as external memory, secondary memory, and auxiliary storage, a secondary storage device is a non-volatile device that holds data until it is deleted or overwritten. Secondary storage is about two orders of magnitude cheaper than primary storage.

Explanation:

Similar questions