📚 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
- O(n log n)
- O(n)
- O(log n)
- O(1)