📚 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'?
- O(log2 n)
- O(n)
- O(1)
- O(n2)
Data Base Management System
Learn at your own pace with hints and detailed explanations
What is the time required to search an element in a linked list of length 'n'?