You are viewing a single comment's thread. Return to all comments →
It is O(1) per query. This problem can be solved without actually rotating the array.
Here is my solution Circular Array Rotation
Seems like cookies are disabled on this browser, please enable them to open this website
Circular Array Rotation
You are viewing a single comment's thread. Return to all comments →
It is O(1) per query. This problem can be solved without actually rotating the array.
Here is my solution Circular Array Rotation