Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. 3 2 [4 1] // rotate subarray [1 4]
  2. -> [3 2 1] 4 // rotate subarray [1 2 3]
  3. -> 1 2 3 4
Add Comment
Please, Sign In to add comment