Assuming the Direct Hashing function and the Subtraction preprocessing algorithm is used to map keys into indices, give the index it maps the key 2000 into, assuming: a) The range of the keys is 0 to 999,999. b) The range of the keys is 100 to 999,999.

Respuesta :

Answer:

a) The range of the keys is 0 to 999,999. ans in this case is 2000

b) The range of the keys is 100 to 999,999. ans in this case is 1900

Explanation:

ACCESS MORE