Question
Which of the following is true about the time complexity
of Merge Sort?Solution
Correct Option: Merge Sort (C) has a time complexity of O(n log n) in both the best and worst cases due to its divide-and-conquer approach, where the list is recursively split and merged. Why Other Options Are Wrong: A) O(n), O(n^2): Merge Sort does not have a quadratic time complexity in the worst case, nor does it achieve linear time in the best case. B) O(log n), O(log n): This is incorrect as merge sort deals with linear elements and requires O(n log n) time due to both sorting and merging. D) O(n), O(n log n): While some algorithms achieve linear time in the best case, Merge Sort consistently performs at O(n log n). E) O(n^2), O(n^2): This complexity is associated with algorithms like bubble sort in the worst case, not Merge Sort.
Which of these options will keep your online information safest?
What does the acronym BIOS stand for?Â
Which input device is commonly used to control the movement of a cursor on a computer screen?
Which of the following represents billion characters?
Which of the options given below is not a type of live communication?
An AND gateÂ
In first generation of computers, they used ___________
Word processing, spreadsheet, and photo-editing are examples of________
Which generation introduced real-time and time-sharing OS?
What is a key feature of object-oriented programming?