Multiple choice

A set of values (23, 18, 29, 28, 39, 13, 16, 42, 17) are stored in an array having 11 locations (array indexes starts from 0) using quadratic probing and primary hashing function of key modulus number of locations is used. Possible locations of 17 and 29 are:

  1. 1, 8

  2. 4, 8

  3. 2, 8

  4. 3, 9

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

null