Q For larger inputs, Merge Sort is faster then Insertion Sort.

  • A True
  • B False
  • C Cannot be determined
  • D Sometimes

MCQs Details

Merge sort is based on the divide and conquer approach and is better than insertion sort when it comes to sorting larger arrays.