Database Question:
Consider the following cuckoo hashing with 2 tables. Both tables have a size of 11. The hashing function of the first table is: hi(k) = k mod 11 The hashing function of the second table is: h2(k) = lii) mod 11 = (Note: mod is the modulo operation. It returns the remainder of a division. For example, "3 mod 11 = 3" and "20 mod 11 = 9") The following sequence of insert operations are performed: • Insert 50 • Insert 53 • Insert 75 Which of the following is TRUE after the above operations? The first table is empty O 75 is in the first table O 50 is in the second table O 53 is in the first table The second table is empty
Database Question:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Database Question:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!