Check if Array is Sorted
Determine if an array is sorted in ascending, descending, or not sorted at all
Find the Maximum Element in an Array
Find and return the largest element in an array of integers
Find the Second Largest Element in an Array
Find and return the second largest element in an array of integers
Reverse an Array
Reverse the order of elements in an array in-place and return the modified array