What is the time complexity of a push operation in a stack implemented using a linked list?
O(log n)
O(n)
O(1)
O(n^2)

Computer Science Exercises are loading ...