Q99
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)
AnswerD.
O(n2)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board