Question: Find the cost function of the following algorithm and express the upper bound of the time complexity in asymptotic notation. ( 2 marks ) a
Find the cost function of the following algorithm and express the upper bound of the time
complexity in asymptotic notation. marks
a sum;
for i to in do
for j to j i do
if j mod i then
sumsum;
b IsPrimeNcheck whether N is a prime number
Int i;
if N or N then
return TRUE;
if N mod then
return FALSE;
while i do
N
if N mod i then
return FALSE;
else
i i ;
return TRUE;
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
