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.
Find the direction cosines of the plane 2x β 3y + 4z β 6 = 0 from the origin.
In a β ABC, the bisectors of ∠ B and ∠ C meet at O. If ∠ BOC = 142°, then the measure of ∠ A is

PA and PB are two tangents from a point P outside the circle with centre O. If A and B are points on the circle such ∠APB = 128°, then ∠OAB ...
Given the sides of a triangle as 3.4 cm and 5.2 cm, what can be the length of the third side (x) in cm?
If f(0) = 3, f(1) = 5, f(3) = 21, then the unique polynomial of degree 2 or less using Newton divided difference interpolation will be:
For what value of do the simultaneous equations 2x+3y=1, 4x+6y = λ have infinite solutions?
Find the equation of the plane with intercept 3 on the y-axis and parallel to ZOX plane.
Ina circle with centre O, AD is a diameter and AC is a chord. B is a point on AC, such that OB = 5 cm and β OBA = 600 If β DOC = 60...
Find the distance between the points P (2, -1, 3) and Q (-5, 2, 1)?