Question: Consider the following algorithm segment. Assume that n is a positive integer. for i: = 1 to 2 n s : = 0 for j
Consider the following algorithm segment. Assume that n is a positive integer.
for i: to n
s :
for j : to i
s : s j i j
next j
r : s
next i
a
What is the actual number of elementary operations additions subtractions, multiplications, divisions, and comparisons that are performed when the algorithm segment is executed? For simplicity, count only comparisons that occur within ifthen statements, and ignore those implied by fornext loops. Express your answer in terms of nHint: See Example and exercises a and a in the "Read It link.
The number of operations is
b
Apply the theorem on polynomial orders to the expression in part a to find that an order for the algorithm segment is
n
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
