Arrays: Left Rotation

  • + 1 comment

    Yeah, Thanks for the response. I missed that hypothesis.

    In that case this shouldn't this be just fine?

    array_merge(array_slice($a, $k), array_slice($a, 0, $k));