News

Given an unsorted array arr[] of size N. Rotate the array to the left (counter-clockwise direction) by D steps, where D is a positive integer. return; // Nothing to rotate. d=d%n;// Handle the case ...