Search
⌘K

Leetcode 1752. Check if Array Is Sorted and Rotated

Determine whether the array can be obtained by rotating a non-decreasing (non-decreasing allows duplicates) array — equivalently, check that there is at most one index where nums[i] > nums[i+1] (counting the wrap-around).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.