Multiple choice Merge sort's worst case space complexity is 0 O(n) O(logn) None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Merge sort requires O(n) auxiliary space to store the temporary arrays used during the merging process.