Vidyalelo
Data Structure · Q196

Introduction to Data Structures

Programming · Data Structure · question 196

Q196

In linked list implementation of queue, if only front pointer is maintained, which of the following operation take worst case linear time?

A.
Insertion
B.
Deletion
C.
To empty a queue
D.
Both Insertion and To empty a queue
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board