Vidyalelo
Data Structure · Q481

Sorting Algorithms

Programming · Data Structure · question 481

Q481

What is the auxiliary space complexity of strand sort?

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

Answer: Option A

Solution

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