Determining the big-o performance estimate

Assignment Help Basic Computer Science
Reference no: EM132096704

Problem:

What is the big-O performance estimate of the following function?

int f (n) {

 int sum = 0;

 for (i = 2; i < n; i = i * i)

   sum += i;

 return sum;

} // end f

Int sum = 0; // runs 1 time

for (i = 2; i < n; i = i * i) // runs log(n) times

sum += i; // runs 1 time for each value of the loop

For n = 10 te loop will execute 2 times, for n = 100 the loop will execute 6 times. Therefore, the total is 1 + log(n) + 1 which is log(n).

Reference no: EM132096704

Questions Cloud

How does the practice of storing personal genetic data : How does the practice of storing personal genetic data in privately owned computer databases raise issues affecting information ownership and property-rights?
Definition of the useless function : Below is the definition of the useless function: 1: function useless(n)
Desired customer service level : The objective of SCM focuses on minimizing total costs while maintaining a desired customer service level.
Recommend that management invests in : List four network tools that you would use to run your network and that you would recommend that management invests in.
Determining the big-o performance estimate : What is the big-O performance estimate of the following function?
What qualities of a good leader does ann mulcahy exemplify : What qualities of a good leader does Ann Mulcahy exemplify? How do you think CEOs with large numbers of employees communicate priorities to worldwide workforce.
Why do you feel the given is the most important : Why do you feel this is the most important? How do you plan to deal with what you have identified as most important?
Pestel components of the macro-environment : Managers have to constantly assess the developments and changes that occur in all six PESTEL components of the macro-environment:
Conducting research with the latino market-place online : What challenges do researchers face in conducting research with the Latino market-place online? How can researchers minimize the effects of these difficulties?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd