Check if Array is Sorted and Rotated
Problem Statement
Given an integer array nums, return true if the array was originally sorted in non-decreasing order and then rotated some number of positions (including 0). Otherwise, return false.
linked-list-reverse.hashnode.dev7 min read