Vidyalelo
Data Structure · Q70

Introduction to Data Structures

Programming · Data Structure · question 70

Q70

What is the time complexity of enqueue operation?

A.
O(logn)
B.
O(nlogn)
C.
O(n)
D.
O(1)
Answer

Answer: Option D

Solution

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