Topic: Array Problem / Level: intermediate

Problem: Given an array of integers, check if it is possible to sort the array by reversing exactly one subarray.

Run the code to see the output here...