1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Linear Data Structures -Stacks and Queue...
  4. What is the time complexity of enqueue o...
Q.

What is the time complexity of enqueue operation?

A. O(logn)
B. O(nlogn)
C. O(n)
D. O(1)
Answer» D. O(1)
View all MCQs in:   Data Structures (DS)

Discussion