Array rotation-I

Given an zero indexed array and positive integer d,rotate the array by d-steps to the left.

Implementation



Updated: