Question: In which scenario would you prefer Merge Sort over Quick Sort?
Options:
Correct Answer: When sorting linked lists
Solution:
Merge Sort is preferred for linked lists because it can be implemented without additional space for arrays.