Develop a recursive algorithm to find max and min element from the list. Illustrate with an Example
Answer:-
Algorithm:
![](https://i0.wp.com/vtuupdates.com/wp-content/uploads/2023/09/image-124.png?resize=673%2C297&ssl=1)
![](https://i0.wp.com/vtuupdates.com/wp-content/uploads/2023/09/image-125.png?resize=541%2C318&ssl=1)
Example:-
![](https://i0.wp.com/vtuupdates.com/wp-content/uploads/2023/09/image-126.png?resize=842%2C246&ssl=1)
![](https://i0.wp.com/vtuupdates.com/wp-content/uploads/2023/09/image-127.png?resize=781%2C340&ssl=1)
Develop a recursive algorithm to find max and min element from the list. Illustrate with an Example
Answer:-
Algorithm:
Example:-