Math, asked by rizwankhan1120435, 9 months ago

what method would you use to search a number in an organized array of number​

Answers

Answered by mohitrachwani1
0

Answer:

The simplest way is to use the sequential search algorithm: the function inspects each element in the array from the first to the last element (or vice versa) to see if it matches the target value. Once a match is found, the function returns the index of the element whose value matches the target value.

Answered by pinkypearl301
0

Step-by-step explanation:

  • The simplest way is to use the sequential search algorithm: the function inspects each element in the array from the first to the last element (or vice versa) to see if it matches the target value. Once a match is found, the function returns the index of the element whose value matches the target value.

What are the method to avoid

pragnecy. and what would be the reason to avoid this method

https://brainly.in/question/13749450

#SPJ2

Similar questions
Math, 1 year ago