Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are two algorithms called Alg 1 and Alg 2 for a problem of size n . Alg 1 runs in n 2 microseconds and

There are two algorithms called Alg1 and Alg2 for a problem of size n. Alg1 runs in n2 microseconds and Alg2 runs in 100n log n microseconds. Alg1 can be implemented using 4 hours of programmer time and needs 2 minutes of CPU time. On the other hand, Alg2 requires 15 hours of programmer time and 6 minutes of CPU time. If programmers are paid 20 dollars per hour and
CPU time costs 50 dollars per minute, how many times must a problem instance of size 500 be solved using Alg2 in order to justify its development cost?(THE LAST SENTENCE IN THIS CONTENT NEEDS THE ACTUAL SOLUTION)
Now,
c[1](x)= ;
c[2](x);
n^2*x +80;=100 n logn x+300;
putting x =500 we get,
500^2*50/60*10^(-6)*x +80;=100*(500)*log(500)*(x)*(50/(60))*10^(-6)+300;
.
500^2*50/60*10^(-6)*x +80;
.
100*500*log(500)*50/60*10^(-6)*x +300;
.
5*x - log(500)*x =5280;
.
5x -2.698x =5280
.
x =2293.657689
x =2294
Hence, the program must be run 2294 times to justify the development cost of the Algorithm 2.
"Compile time was not accounted in your fixed cost."

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Theory Icdt 97 6th International Conference Delphi Greece January 8 10 1997 Proceedings Lncs 1186

Authors: Foto N. Afrati ,Phokion G. Kolaitis

1st Edition

3540622225, 978-3540622222

Students also viewed these Databases questions

Question

Prepare for a successful job interview.

Answered: 1 week ago

Question

Describe barriers to effective listening.

Answered: 1 week ago

Question

List the guidelines for effective listening.

Answered: 1 week ago