Question: A sorting algorithm takes 1 second to sort 1000 items on your local machine. How long would you expect it to take to sort 10

A sorting algorithm takes 1 second to sort 1000 items on your local machine. How long would you expect it to take to sort 10 000 items if you believe that the algorithm takes a time roughly proportional to n^2, and if you believe that the algorithm takes a time roughly proportional to n log n? A sorting algorithm takes 1 second to sort 1000 items on your local machine. How long would you expect it to take to sort 10 000 items if you believe that the algorithm takes a time roughly proportional to n^2, and if you believe that the algorithm takes a time roughly proportional to n log n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
