Quizlearn
.app
In a queue implemented using a linked list, which operation is more efficient?
Enqueue (insertion at the rear)
Neither enqueue nor dequeue
Both enqueue and dequeue
Dequeue (deletion from the front)
Computer Science Exercises are loading ...