- Suppose You Use A Simple Division Hash Function H K Kn And Linear Probing To Insert A Series Of Elements 4 5 6 8 10 1 (11.75 KiB) Viewed 72 times
Suppose you use a simple division hash function, h (k)=kn, and linear probing to insert a series of elements: 4,5,6,8,10
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
Suppose you use a simple division hash function, h (k)=kn, and linear probing to insert a series of elements: 4,5,6,8,10
Suppose you use a simple division hash function, h (k)=kn, and linear probing to insert a series of elements: 4,5,6,8,10, one by one to an array (Suppose the length of array: n=6). What would be the array position (or index) to store 10? A. 0 B. 1 C. 3 D. 4