Computer Science, asked by shinyazeez123, 9 months ago

राइट ए प्रोग्राम टो एंटर इन वैल्यू इन अरराय एंड सर्च फॉर एन एलिमेंट एंड बाय थे यूजर यूजिंग लिनियर सर्च​

Answers

Answered by Anonymous
3

Answer:

To search the key within a sorted array, find middle element of the array. Compare the key with middle element, if key is equal to middle element, then return its index. Else if, key is less than middle element, then the key lies within left half of the array.

Similar questions