Apricus's blog

By Apricus, history, 2 years ago, In English

Hi Codeforces Friends, I was recently doing an array shift left problem and I was trying to use modulo to achieve that. However, I wasn't able to derive a general formula for it, and I try this in both the 0-index way and the 1-index way. Do you guys have any idea?

ex:

k — the number of times to shift left

A — the array

output the final array after k times shifting left

Full text and comments »

  • Vote: I like it
  • -23
  • Vote: I do not like it