Examveda

Choose the incorrect statement about merge sort from the following?

A. both standard merge sort and in-place merge sort are stable

B. standard merge sort has greater time complexity than in-place merge sort

C. standard merge sort has greater space complexity than in-place merge sort

D. in place merge sort has O(log n) space complexity

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms