Vidyalelo
Data Structure · Q266

Sorting Algorithms

Programming · Data Structure · question 266

Q266

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

A.
n/2 : (n/2) - 1
Answer
B.
n/2 : n/3
C.
n/4 : 3n/2
D.
n/4 : 3n/4

Answer: Option A

Solution

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