leetle

Daily challenge for 2025-04-30

120. Maximum Product of Three Numbers

Write a function solve that finds the maximum product of three numbers in an array.

Example:
Input: [1,2,3,4]
Output: 24

Run this challenge interactively in Python or JavaScript when the app loads.