You are viewing a single comment's thread. Return to all comments →
Actually, you can do it in O(1) and O(1) space by simply using modulo.
Circular Array Rotation
You are viewing a single comment's thread. Return to all comments →
Actually, you can do it in O(1) and O(1) space by simply using modulo.