Question: Q 5 . [ 4 ] Paul has an algorithm, find 2 D , to find an element x in an n n array A
Q Paul has an algorithm, findD to find an element in an array The algorithm
findD iterates over the rows of A and calls the algorithm arrayFind as given below on each
one, until is found or it has searched all rows of What is the worstcase running time of findD
in terms of Is this a lineartime algorithm? Why or why not?
Algorithm arrayFindx A:
Input: An element and an nelement array,
Output: The index i such that or if no element of is equal to
ilarr
while
then
return
else
ilarri
return
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
