Interview Questions

What is binary search?

COBOL Interview Questions


(Continued from previous question...)

What is binary search?

Search on a sorted array. Compare the item to be searched with the item at the center. If it matches, fine else repeat the process with the left half or the right half depending on where the item lies.

(Continued on next question...)

Other Interview Questions