What is the time complexity of searching an element in a singly linked list?
O(log n)
O(n)
O(1)

Software Engineering Exercises are loading ...