Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The goal of hashing is to produce a search that takes

a) O(1) time
b) O(n2 )time
c) O(log n ) time
d) O(n log n ) time

Answer: a
Explanation: Time complexity is given by the big oh notation.

Join The Discussion