Asymptotic working times of the functions

Assignment Help Basic Computer Science
Reference no: EM132637555

Asymptotic working times of the functions given below are indicated next to them. Find another function that calculates the same value for each function more efficiently as stated below.

a) The following function runs in O (n) time:

int g1(int n, int a[]) {
s = 0 ;
for (int i = 1; i < n; ++i)
s = s + a[i] - a[i-1] ;
return s;
}

Find a function that does the same calculation and runs in O (1) time.

b) The following function runs in O (n^2) time:

int g2(int n, int a[]) {
s = 0;
for (int i = 0; i < n; ++i) {
for (int j = 0; j < n; ++j) {
s = s + a[i]*a[j];
}
}
return s;
}

Find a function that does the same calculation and runs in O (n) time.

Reference no: EM132637555

Questions Cloud

How does nancy justify the actions : How does Nancy justify her actions? Are the justifications reasonable? Document your response in the space below. Your response should be.
Draw the tree that results from inserting the keys : Draw the 2-3 tree that results from inserting the keys XMONYIBSADT in that order.? What will be the height of the tree drawn in question.?
Explain the purpose of amdahl law and little law : Suggest steps that can be used to increase the performance of a computer system in term of speed and throughput?
What would be the amount of sales dollars : What would be the amount of sales dollars at the break-even point? Wallace Inc. prepared the budgeted data based on a sales.
Asymptotic working times of the functions : Find another function that calculates the same value for each function more efficiently as stated below.
Conduct needs assessment usign given information : One of the many reasons social workers conduct needs assessment is to provide support for new programs. Social workers have many methods available to collect.
Tracking customer information from a website : Tell us what you think about a company tracking customer information from a website.
Find which all other things held equal : Find Which All other things held equal? the more frequent the controlling activity, the slower an out-of-control process will be corrected
Describe a decomposition based on partitioning : Describe a decomposition based on partitioning the input data (i.e., the array A) and an appropriate mapping onto p processes

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