📚 Practice Mode

Test 1 Algorithms | Computer Science

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

In a heap with n elements with the smallest element at the root, the 7th smallest element can be found in time

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