Quiz on Binary Search Algorithm



1. What is the primary purpose of the binary search algorithm?
2. What is the time complexity of the binary search algorithm?
3. In which scenario can the binary search algorithm be applied?
4. What happens if the array is not sorted before applying binary search?
5. How does the binary search algorithm reduce the search space?

Advertisements