Solved

If We Compare Hash Table Performance with Binary Search of a Sorted

Question 5

Multiple Choice

If we compare hash table performance with binary search of a sorted array, the number of comparisons required by binary search is ____.


A) O(1)
B) O(n)
C) O(log2n)
D) O(log n)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions