Examveda

Choose the correct statement about bottom up merge sort from the following?

A. bottom up merge sort has greater time complexity than standard merge sort

B. bottom up merge sort has lesser time complexity than standard merge sort

C. bottom up merge sort saves auxiliary space required on call stack

D. bottom up merge sort uses recursion.

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms