Vidyalelo
Data Structure · Q92

Linked Lists in Data Structures

Programming · Data Structure · question 92

Q92

Which of the following represents the space complexity for an unrolled linked list?

A.
O(1)
B.
O(n)
Answer
C.
O(n2)
D.
O(n3)

Answer: Option B

Solution

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