Question: If the array is sorted in descending order, can binary search still be applied?
Options:
Correct Answer: Yes, with modifications
Solution:
Binary search can be applied to a descending sorted array with modifications to the comparison logic.