📚 Practice Mode

Data Base Management System

Learn at your own pace with hints and detailed explanations

1 / 30
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)