A Unique Array

An array is called “unique” if it has no consecutive element with same value(A[i] != A[i-1]). Given …

Click here to read the complete problem statement.


If you need help solving this problem, mention your approach and ask specific questions. Please avoid sharing your code and asking the Community to figure out “what’s wrong”.

after updating the array, is it possible that the query index will be greater than the size of updated array ?