...
Relational Schema
November 4, 2023
UGC NET Dec-2020 and June-2021 Paper-1
November 4, 2023
Relational Schema
November 4, 2023
UGC NET Dec-2020 and June-2021 Paper-1
November 4, 2023

Question 4085 – Data-Structures

A hash function ​ f ​ defined as ​ f ( ​ key)5 key mod 7, with linear probing it is used to insert the key 37,38,72,48,98,11,56 into a table index from 0 to 6. What will be the locations of 11 :

Correct Answer: C

Question 422 Explanation: 
Given data, insertion order is 37, 38, 72, 48, 98, 11, 56
Hash function = f(key) = key mod 7

A
3
B
4
C
5
D
6

Leave a Reply

Your email address will not be published. Required fields are marked *