LeetCode 153: Find Minimum in Rotated Sorted Array
Date: February 05, 2026Category: ArraysTime Taken: 30 minutesDifficulty: Medium
Problem Statement
Given the sorted rotated array nums of unique elements, return the minimum element of this array.
You must write an algorithm that runs in O(log n) tim...
varchasvh.hashnode.dev3 min read