Vidyalelo
Data Structure · Q68

Introduction to Data Structures

Programming · Data Structure · question 68

Q68

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

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

Answer: Option A

Solution

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