Loading practice questions
Binary Search can be categorized into which of the following?
(B) Divide and conquer
Explanation:
Since 'mid' is calculated for every iteration or recursion, we are diving the array into half and then try to solve the problem.