Question: Write a brute force algorithm that will search for a specific integer in an array of integers (No flowchart will be drawn, only algorithm steps
Write a brute force algorithm that will search for a specific integer in an array of integers (No flowchart will be drawn, only algorithm steps will be written). The algorithm you will develop should output the value 1 if the searched element is found in the array, and 0 if it is not found. please no screen shot.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
