a. In worst case the order of linear search is O (n/2)
b. Linear search is more competent than Binary search.
c. For Binary search, the array must be sorted in ascending order only.
Write down the Binary search algorithm where the array is sorted in descending order.