Examveda

The best case behaviour occurs for quick sort is, if partition splits the array of size n into . . . . . . . .

A. n/2 : (n/2) - 1

B. n/2 : n/3

C. n/4 : 3n/2

D. n/4 : 3n/4

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms