Bug Report for https://neetcode.io/problems/find-minimum-in-rotated-sorted-array
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
For the test case:
nums=[2,1,2,2,2,2]
The correct output is 1, but the system is expecting 2 as answer, and not 1.
Bug Report for https://neetcode.io/problems/find-minimum-in-rotated-sorted-array
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
For the test case:
nums=[2,1,2,2,2,2]
The correct output is 1, but the system is expecting 2 as answer, and not 1.