Q70
What is the time complexity of enqueue operation?
A.
O(logn)
B.
O(nlogn)
C.
O(n)
D.
O(1)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board