📝 Question
#1445
A hash table can store a maximum of 10 records, currently there are records in location 1, 3,4,7,8,9,10. The probability of a new record going into location 2, with hash functions resolving collisions by linear probing is
✓
Correct Answer
A. 0.1
💡
Explanation
Hashing is used to index and retrieve items in a database because it is easier to find the item using the shortened hashed key than using the original value.
⌨️ Press
A
B
C
D
to select