Ask Question

Suppose we are comparing the implementations of insertion sort and merge sort on the same machine (You don't need to know the algorithm to do this problem!). For inputs of size n, insertion sort runs in 8n^2, while merge sort runs in 64nlgn steps. For which values of n does insertion sort beat merge sort?

+3
Answers (1)
  1. 5 June, 02:00
    0
    123456789o0
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose we are comparing the implementations of insertion sort and merge sort on the same machine (You don't need to know the algorithm to ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers