I am trying to do the circular left shift of an array by n positions using only a single 1D array. I can do it in two arrays, but I haven\'t figured out how to do it using o
Another alternative would be to wrap up your own structure, which includes the array and the index of virtual zero.