Question: Suppose we are comparing implementations of Insert-sort and Merge-sort on the same machine. For input of size n = 2k for k 1, Insert-sort runs
Suppose we are comparing implementations of Insert-sort and Merge-sort on the same machine. For input of size n = 2k for k 1, Insert-sort runs in 8n 2 steps, while Merge-sort runs in 64n lg n steps. For which value of n does Insert-sort beat Merge-sort?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
