Processing math: 100%
def
m
a
x
i
m
u
m
(
T
)
:
if
T
=
[
]
:
return
−
∞
return
max
(
T
[
0
]
,
m
a
x
i
m
u
m
(
T
[
1
:
]
)
)