Search⌘ K
AI Features

Quiz: Hashing

Test your understanding of the contents covered in this chapter.

We'll cover the following...
Technical Quiz
1.

What is the average-case time complexity of looking up a key in a hash table?

A.

O(n)O(n)

B.

O(logn)O(\log n)

C.

O(1)O(1)

D.

O(nlogn)O(n \log n)


1 / 5
...