You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Given an array of n integers. Write a program to find minimum number of changes in array so that //array is strictly increasing of integers. In strictly increasing array A[i] < A[i+1] for //0 <= i //< n