What is the big-o performance estimate

Assignment Help Basic Computer Science
Reference no: EM132108883

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 the 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: EM132108883

Questions Cloud

Create a multi-level work breakdown structure : Using the information from your project proposal, create a multi-level work breakdown structure (WBS) and detailed project schedule.
What is the amount of the annual depreciation : A refrigerator used by a meat processor has a cost of $26,790, What is the amount of the annual depreciation computed by the straight-line method
What is the appropriate accounting : XYZ Company has some leases on buildings that are structured so they do not have to be reported on the balance sheet as assets and liabilities
Is it possible for a company to innovate too much : Is it possible for a company to innovate too much or too quickly and alienate its customer base? thru excessive training for example.
What is the big-o performance estimate : For n = 10 the 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).
Describe the company overall strategy for oil-gas company : Describe the company’s overall strategy for Oil and Gas company of your choice.
Cyber chemicals uses liquid nitrogen on regular basis : Cyber Chemicals uses liquid nitrogen on a regular basis. Average daily demand is normally distributed with a mean of 178 gallons and a standard deviation of 45.
Develop a novel robust blind medical image watermarking : The main aim is to develop a novel robust blind medical image watermarking. Implementation of a novel medical image processing ESP watermarking
What are typical drive types and attachment methods : What are typical drive types and attachment methods for databases to be stored on servers. Should the data and the database logs be stored on the same drive?

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