Examveda

What is the recurrence relation for stooge sort?

A. T(n) = 2T(2/3n) + O(n)

B. T(n) = 2T(2/3n) + O(1)

C. T(n) = 3T(2/3n) + O(n)

D. T(n) = 3T(2/3n) + O(1)

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms