What is the time complexity of a dequeue operation on a queue implemented using a linked list?
O(n)
O(n^2)
O(1)
O(log n)

Computer Science and Technology Exercises are loading ...