Vidyalelo
Data Structure · Q160

Sorting Algorithms

Programming · Data Structure · question 160

Q160

What is the space complexity of stooge 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