Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. State the size of the input in big-Oh. For example, if the input to an algorithm is an array of size k, then the

1. State the size of the input in big-Oh. For example, if the input to an algorithm is an array of size k, then the input size is O(k).

2. Derive the cost function for the algorithm. You can use O(1) to denote all constants.

3. State the complexity of the algorithm in Big-Oh. The complexity MUST be stated in terms of input-size.

see example

image text in transcribed

image text in transcribed

Example: Multiplication Solution 1. The inpput size is O(k)+O(k)O(k) 2. f(k)=O(1)+kO(1)+k2O(1) 3. f(k)O(k2) input: integer n output: closest integer that is the square root of n 1=1h=n while 1

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 Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

Write Lewis formulas for the following: a. AlI3 b. BeCl2 c. BeF3

Answered: 1 week ago

Question

How did you feel about taking piano lessons as a child? (general)

Answered: 1 week ago