Solved

In Order to Do a Binary Search on an Array

Question 10

Multiple Choice

In order to do a binary search on an array,


A) the array must first be sorted in ascending order.
B) you must first do a sequential search of the array to assure the element you are looking for is there.
C) the values of the array must be numeric.
D) All of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions