+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. Describe a recursive algorithm for finding the maximum element in an array, A, of n elements….

1. Describe a recursive algorithm for finding the maximum element in an array, A, of n elements….

1. Describe a recursive algorithm for finding the maximum element in an array, A, of n elements. What is your running time and space usage?2. Explain how to modify the recursive binary search algorithm so that it returns the index of the target in the sequence or −1 (if the target is not found).