akshitagit / JavaScript

Repository for JavaScript codes and algos.Star the repo too.
https://github.com/akshitagupta15june
MIT License
86 stars 112 forks source link

Rotate an array to the right by 3 position #53

Open akshitagupta15june opened 4 years ago

akshitagupta15june commented 4 years ago

add in array folder. Rotate an array to the right by 3 position. n<=10

prathameshmhatre commented 4 years ago

Hi @akshitagupta15june, I would love to work on the above Issue, Can you provide sample input and expected output.

akshitagupta15june commented 4 years ago

arr[] = [1, 2, 3, 4, 5, 6, 7], rotate by 2 output [ 3, 4, 5, 6, 7, 1, 2] in this issue we have to rotate by 3

prathameshmhatre commented 4 years ago

Cool, Can you assign this Issue to me? And can I send the PR on 1st October for the count in Hacktoberfest?

akshitagupta15june commented 4 years ago

yeah

nathzz30 commented 4 years ago

Hi, im also can work on it?

tippanamadhusudan commented 3 years ago

Is this issue still open? If it is can you assign it to me.