Vidyalelo
Data Structure · Q462

Sorting Algorithms

Programming · Data Structure · question 462

Q462

Which of the following is not true about QuickSort?

A.
in-place algorithm
B.
pivot position can be changed
Answer
C.
adaptive sorting algorithm
D.
can be implemented as a stable sort

Answer: Option B

Solution

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