You are viewing a single comment's thread. Return to all comments →
return [a[(q-k)%len(a)] for q in queries]
Takes constant time for each query
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 →
Takes constant time for each query