Find the maximum element in a list using recursion. Don't use the built-in max() function. plaintext Input: [3, 1, 4, 1, 5, 9] Output: 9 Input: [7] Output: 7 Input: [-5, -2, -8] Output: -2 Think: the max of a list is either the first element or the max of the rest, whichever is larger.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/python/recursion/problem-find-maximum
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████████████████████████████████████████████████████████