array-left-rotation-test

1.0.3 • Public • Published
  • Given an array and a number, n, perform n left rotations on the array.
  • --- When we have an array = [1,2,3,4,5] and n = 4, the result will be [5,1,2,3,4]

/array-left-rotation-test/

    Package Sidebar

    Install

    npm i array-left-rotation-test

    Weekly Downloads

    6

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    862 B

    Total Files

    3

    Last publish

    Collaborators

    • dayamartinez