1.

What is the time required for single variant hashing to maintain the minimum hash queue?(a) O (log n!)(b) O (n!)(c) O (n^2)(d) O (n)The question is from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms II have been asked this question during an online exam.

Answer»

Right choice is (d) O (n)

The EXPLANATION is: The expected error for estimating the Jaccard index using MinHash SCHEME for k DIFFERENT hash functions is O (1/k½). The TIME required for single variant hashing to maintain the MINIMUM hash queue is O (n).



Discussion

No Comment Found

Related InterviewSolutions