Ask Question
31 August, 16:22

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?

+5
Answers (1)
  1. 31 August, 18:20
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers