Question: Which of the following statements about Quick Sort is true?
Options:
Correct Answer: It can be implemented using a linked list
Solution:
Quick Sort can be implemented using a linked list, but it is not stable and does not always select the median as pivot.