Question: Which sorting algorithm is considered the most efficient for large datasets?
Options:
Correct Answer: Quick Sort
Solution:
Quick Sort is generally considered the most efficient for large datasets due to its average-case time complexity of O(n log n).