Arrays: Left Rotation

  • + 1 comment

    simple is peace

    return arr[d:] +arr[0:d]

    • + 0 comments

      but im getting timed out if i do like this for 2 test cases