MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. bottom up merge sort uses recursion. | |