Data Base Management System

Casual Mode - Take your time!

1 / 30
Correct
0
Incorrect
0
Score
0%
Multiple Choice

What is the time required to search an element in a linked list of length 'n'?

  1. O(log2 n)
  2. O(n)
  3. O(1)
  4. O(n2)
Change Mode