hedwig3027 hedwig3027 27-03-2024 Mathematics contestada Give a recursive algorithm for finding the max of a finite set of integers, making use of the fact that the max of n integers is the larger of the last integer in the list and the max of the first n-1 integers in the list.