Vidyalelo
Data Structure · Q11

Stacks in Data Structures

Programming · Data Structure · question 11

Q11

What is the space complexity of a stack implemented using a linked list with n elements?

A.
O(1)
B.
O(n)
Answer
C.
O(log n)
D.
O(n^2)

Answer: Option B

Solution

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