leetle

Daily challenge for 2025-01-24

24. Minimum Rotated Sorted Array

Write a function solve that finds the minimum element in a rotated sorted array.

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

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