Examveda

What is the time complexity of deleting from the rear end of the dequeue implemented with a singly linked list?

A. O(nlogn)

B. O(logn)

C. O(n)

D. O(n2)

Answer: Option C


This Question Belongs to Data Structure >> Introduction To Data Structures

Join The Discussion

Related Questions on Introduction to Data Structures