You are viewing a single comment's thread. Return to all comments →
pretty simple in js:
a.splice(k).concat(a.slice(0, k)).join(' ')
Arrays: Left Rotation
You are viewing a single comment's thread. Return to all comments →
pretty simple in js: