Arrays: Left Rotation

  • + 0 comments

    vector rotLeft(vector a, int d) { int temp; for(int i=0; i