In an array of 100 items sorted in ascending order, if you are searching for the number 165 and the entry at array index[50] has a value of 72, what can we conclude?
a. If the value is in the array, it will found somewhere at indexes [51] through [99]
b. One half of the array can be ignored in the next step.
c. The value will not be found at indexes [0] hrouh[50].
d. All of the above.
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In an array of 100 items sorted in ascending order, if you are searching for the number 165 and the entry at array index[50] has a value of ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » In an array of 100 items sorted in ascending order, if you are searching for the number 165 and the entry at array index[50] has a value of 72, what can we conclude? a.