Find the Max
Beginner
100 XP
Challenge Description
Find the largest number in a list.
Examples
Example 1:
Input:
"[1, 2, 3, 4, 5]"
Output:
5
Example 2:
Input:
"[-1, -5, -3]"
Output:
-1
Languages
Challenge Stats
Total Attempts
0
Status