Question: Question 4: 130 points] Write a pseudo code for a simple linear search algorithm that determines whether an unsorted array (i.e., an array with positive

 Question 4: 130 points] Write a pseudo code for a simple

linear search algorithm that determines whether an unsorted array (i.e., an array

Question 4: 130 points] Write a pseudo code for a simple linear search algorithm that determines whether an unsorted array (i.e., an array with positive element values that are in no particular order) contains a specified search key (Note: Dot not sort the array.) Input: A sequence of n numbers A = (a,,a2 ,an)and a value v. Output: An index i such that: or the special value NIL ifv does not appear in A See incomplete pseudocode below, please indent your code properly. Line 1 given as a bonus to get you started on your pseudocode, feel free to change it, if you don't need it. Note that indexing of your array will start from linearSearch(A,v) a) Line l iH Line 2 llyour pseudo code goes here Line 3llyour pseudo code goes here Line Allyour pseudo code goes here Line Sllyour pseudo code goes here your code may be longer that 5 line..it is ok)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!