Computer Applications

Name the following:

(a) What is the main condition to perform binary search on an array?

(b) A sort method in which consecutive elements are NOT compared.

Java Arrays

3 Likes

Answer

(a) The array must be sorted.

(b) Selection sort.

Answered By

3 Likes


Related Questions