Question: What is the primary advantage of using Quick Sort over Merge Sort?
Options:
Correct Answer: Less memory usage
Solution:
The primary advantage of Quick Sort over Merge Sort is less memory usage, as Quick Sort is an in-place sorting algorithm.