Array rotation-IGiven an zero indexed array and positive integer d,rotate the array by d-steps to the left.Implementation Previous Next