Python  1.0
Functions | Variables
maximum Namespace Reference

Recursively find the maximum value in a list. More...

Functions

def maximum (L)
 

Variables

list L = [2, 4, 6, 23, 1, 46]
 

Detailed Description

Recursively find the maximum value in a list.

Author
Paulo Roma
Since
15/09/2016

Function Documentation

◆ maximum()

def maximum.maximum (   L)

Variable Documentation

◆ L

list maximum.L = [2, 4, 6, 23, 1, 46]