Multiple choice Complexity of merg sort in the worst case is n nlogn O(nlogn) O(n) None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation In computer science, merge sort (also commonly spelled merge sort) is an O(n log n) comparison-based sorting algorithm.