Quizlearn
.app
In a linked list of size n, what is the time complexity of searching for a specific element?
O(n^2)
O(n)
O(1)
O(log n)
Computer Science Exercises are loading ...