Topic: Array Problem / Level: intermediate

Problem: Check if an array can be rearranged into a strictly increasing sequence by reversing at most one subarray.

Run the code to see the output here...