Question: What is the main disadvantage of using Quick Sort?
Options:
Correct Answer: It is not stable
Solution:
The main disadvantage of Quick Sort is that it is not a stable sorting algorithm.