Question: In which scenario is Quick Sort generally preferred over Merge Sort?
Options:
Correct Answer: When memory usage is a concern
Solution:
Quick Sort is generally preferred over Merge Sort when memory usage is a concern, as it is an in-place sorting algorithm.