Here we need to first perform right circular rotation (by 1) on a given array for some given index ranges. After all the rotations are done we get a new array and we need to find the element at the given index in that new array.
Problem Link:
https://www.geeksforgeeks.org/find-el...
#arrayrotation #gfg #codesplaining