Search⌘ K
AI Features

Quiz: Linked List

Test your understanding of the contents covered in this chapter.

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

What is the time complexity of accessing the nnth node in a singly linked list?

A.

O(1)O(1)

B.

O(logn)O(\log n)

C.

O(n)O(n)

D.

O(nlogn)O(n log n)


1 / 5
...