Topic: Array Problem / Level: intermediate

Problem: Find the minimum number of operations required to reduce an array to strictly increasing order by only increasing the elements.

Run the code to see the output here...