1.

How many bits are needed to specify the single permutation by min-wise independent family?(a) O (log n!)(b) O (n!)(c) Ω (n^2)(d) Ω (n)Asked question is from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms IThis question was addressed to me in final exam.

Answer»

The correct CHOICE is (d) Ω (n)

Explanation: The TIME REQUIRED for single variant hashing to maintain the MINIMUM hash queue is O (n). Ω (n) bits are NEEDED to specify the single permutation by min-wise independent family.



Discussion

No Comment Found

Related InterviewSolutions