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

What is the space complexity of a linear queue having n elements?

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

Discussion