631 views
0 votes
0 votes
Suppose we are comparing implementations of insertion sort and merge sort on the same machine. For inputs of size $n$, insertion sort runs in $8n^2$ steps, while merge sort runs in $64\ n \lg n$ steps. For which values of $n$ does insertion sort beat merge sort?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
akash.dinkar12 asked Jun 25, 2019
389 views
What is the smallest value of $n$ such that an algorithm whose running time is $100n^2$ runs faster than an algorithm whose running time is $2^n$ on the same machine?
0 votes
0 votes
0 answers
2
akash.dinkar12 asked Jun 25, 2019
146 views
Give an example of an application that requires algorithmic content at the application level, and discusses the function of the algorithms involved.
0 votes
0 votes
1 answer
3