📚 Practice Mode

Data Structures and Algorithms Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

The complexity of merge sort algorithm is

  1. O(n)
  2. O(log n)
  3. O(n2)
  4. O(n log n)