ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Binary Search can be categorized into which of the following?
Correct Answer: B — Divide and conquer
Since 'mid' is calculated for every iteration or recursion, we are diving the array into half and then try to solve the problem.