Question: What is the primary advantage of Quick Sort over Merge Sort?
Options:
Correct Answer: Less memory usage
Solution:
Quick Sort generally uses less memory than Merge Sort because it sorts in place.