Relational Schema
November 4, 2023UGC NET Dec-2020 and June-2021 Paper-1
November 4, 2023Question 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
Hash function = f(key) = key mod 7
3
4
5
6
Subscribe
Login
0 Comments